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