| 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 990a89bde887c65f5b0b589c9a93f552d14e41af..7991da9aa1974884c6aeb6782aedf095cc5ceac9 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.h
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| protected:
|
| explicit TextInsertionBaseCommand(Document&);
|
| - static void applyTextInsertionCommand(LocalFrame*, PassRefPtrWillBeRawPtr<TextInsertionBaseCommand>, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection);
|
| + static void applyTextInsertionCommand(LocalFrame*, RawPtr<TextInsertionBaseCommand>, const VisibleSelection& selectionForInsertion, const VisibleSelection& endingSelection);
|
| };
|
|
|
| String dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertion, bool insertionIsForUpdatingComposition);
|
|
|