Index: Source/web/EditorClientImpl.h |
diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h |
index 43970899c3eac046094be22dcf34886c481245e2..e03f7f0e5f6da57750a701ad8327af13d496c1e4 100644 |
--- a/Source/web/EditorClientImpl.h |
+++ b/Source/web/EditorClientImpl.h |
@@ -49,7 +49,7 @@ public: |
virtual ~EditorClientImpl(); |
virtual void respondToChangedContents() OVERRIDE; |
- virtual void respondToChangedSelection(WebCore::SelectionType) OVERRIDE; |
+ virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE; |
virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE; |
virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE; |
virtual void didExecuteCommand(String commandName) OVERRIDE; |