Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index dc631f14891633c9e29093b5f8250c8960c9ba1c..93da9668119d5c0db198620bcf6794b7947d5b77 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -68,7 +68,7 @@ public: |
EditorClient& client() const; |
- CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); } |
+ CompositeEditCommand* lastEditCommand() const; |
void handleKeyboardEvent(KeyboardEvent*); |
bool handleTextEvent(TextEvent*); |