summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h b/chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h
index 6f2f3555938..4a9bd49f39a 100644
--- a/chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h
+++ b/chromium/third_party/WebKit/Source/core/editing/TextInsertionBaseCommand.h
@@ -40,7 +40,7 @@ public:
protected:
explicit TextInsertionBaseCommand(Document&);
- static void applyTextInsertionCommand(Frame*, 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);