Variable EditableContent._undoBuffer

class EditableContent
{
  // ...
  UndoBuffer _undoBuffer;
  // ...
}