| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 3fc2855759264c46b857aa3c9edf3a86c2adf044..d7adbbbb1db85b666a3afa85f0f9c5fc3fc1163a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -706,7 +706,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| const UserActionElementSet& userActionElements() const {
|
| return m_userActionElements;
|
| }
|
| - void setNeedsFocusedElementCheck();
|
| void setAutofocusElement(Element*);
|
| Element* autofocusElement() const { return m_autofocusElement.get(); }
|
| void setSequentialFocusNavigationStartingPoint(Node*);
|
|
|