| 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 926d79621f65555dbf9e2a8cf8235b6d29069e3e..d6a4636eb69e744009aae468e7579f37651b47d0 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1119,8 +1119,6 @@ private:
|
|
|
| void reportBlockedScriptExecutionToInspector(const String& directiveText) final;
|
|
|
| - double timerAlignmentInterval() const final;
|
| -
|
| void updateTitle(const String&);
|
| void updateFocusAppearanceTimerFired(Timer<Document>*);
|
| void updateBaseURL();
|
|
|