| 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 93da9668119d5c0db198620bcf6794b7947d5b77..dc631f14891633c9e29093b5f8250c8960c9ba1c 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() const;
|
| + CompositeEditCommand* lastEditCommand() { return m_lastEditCommand.get(); }
|
|
|
| void handleKeyboardEvent(KeyboardEvent*);
|
| bool handleTextEvent(TextEvent*);
|
|
|