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