| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index c09bc7e68d49a9de4c43a808c91ed67115e42f48..c08b4198a8b052fa09b5c2fdf1bde8f11bc38a6a 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -54,7 +54,7 @@ class StylePropertySet;
|
| class TextEvent;
|
| class UndoStack;
|
|
|
| -enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface };
|
| +enum EditorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM };
|
| enum EditorParagraphSeparator { EditorParagraphSeparatorIsDiv, EditorParagraphSeparatorIsP };
|
|
|
| class Editor final : public NoBaseWillBeGarbageCollectedFinalized<Editor> {
|
|
|