Index: Source/core/page/EditorClient.h |
diff --git a/Source/core/page/EditorClient.h b/Source/core/page/EditorClient.h |
index 7d7e4fd10deaa2e54deca809cc98de1321f67eec..d8b69cf47c04ff66bd38b51217f29c0fd8ffd299 100644 |
--- a/Source/core/page/EditorClient.h |
+++ b/Source/core/page/EditorClient.h |
@@ -41,7 +41,7 @@ public: |
virtual ~EditorClient() { } |
virtual void respondToChangedContents() = 0; |
- virtual void respondToChangedSelection(SelectionType) = 0; |
+ virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0; |
virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0; |
virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0; |