| 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 99b128a2f4d99c14206072550ed2355fefbd75ac..6011a271e56e41e680b1c6717d3fc6655e6a4142 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -156,7 +156,6 @@ Editor::RevealSelectionScope::~RevealSelectionScope() {
|
| // TODO(yosin): We should make |Editor::selectionForCommand()| to return
|
| // |SelectionInDOMTree| instead of |VisibleSelection|.
|
| VisibleSelection Editor::selectionForCommand(Event* event) {
|
| - frame().selection().updateIfNeeded();
|
| VisibleSelection selection =
|
| frame().selection().computeVisibleSelectionInDOMTreeDeprecated();
|
| if (!event)
|
|
|