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