| Index: third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h b/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h
|
| index f0e6add3de98d3426ce08bfc737c55b2fbdc5c65..d58b89ce853022acdbedbca61267fb71cbabb8b2 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h
|
| @@ -40,7 +40,6 @@ public:
|
|
|
| protected:
|
| explicit TextInsertionBaseCommand(Document&);
|
| - static void applyTextInsertionCommand(LocalFrame*, PassRefPtrWillBeRawPtr<TextInsertionBaseCommand>, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection);
|
| };
|
|
|
| String dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertion, bool insertionIsForUpdatingComposition);
|
|
|