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