| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index aa8803e13031a870b79fd1a59bfbc079d6fe5a6b..68eab9afef109a6d96c56054ac945a69d4009aee 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -682,13 +682,6 @@ Range* FrameSelection::firstRange() const {
|
| return m_selectionEditor->firstRange();
|
| }
|
|
|
| -bool FrameSelection::isInPasswordField() const {
|
| - // TODO(editing-dev): The use of updateStyleAndLayoutIgnorePendingStylesheets
|
| - // needs to be audited. See http://crbug.com/590369 for more details.
|
| - document().updateStyleAndLayoutIgnorePendingStylesheets();
|
| - return blink::isInPasswordField(computeVisibleSelectionInDOMTree().start());
|
| -}
|
| -
|
| void FrameSelection::notifyAccessibilityForSelectionChange() {
|
| if (selectionInDOMTree().isNone())
|
| return;
|
|
|