| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index 6764268313421033ba229f19c54e2ff290b38006..efec60f7e562efad5a4a867a8d861886caebbfe1 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -146,11 +146,6 @@ EditorClient& Editor::client() const
|
| return emptyEditorClient();
|
| }
|
|
|
| -CompositeEditCommand* Editor::lastEditCommand() const
|
| -{
|
| - return m_lastEditCommand.get();
|
| -}
|
| -
|
| UndoStack* Editor::undoStack() const
|
| {
|
| if (Page* page = frame().page())
|
|
|