| 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 44e65c6b10cc01888bf92067ca6660930726b688..859d8c421013c4030f4cc74aae4a2003cbe45b16 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1159,8 +1159,6 @@ private:
|
| const KURL& virtualURL() const final; // Same as url(), but needed for ExecutionContext to implement it without a performance loss for direct calls.
|
| KURL virtualCompleteURL(const String&) const final; // Same as completeURL() for the same reason as above.
|
|
|
| - void reportBlockedScriptExecutionToInspector(const String& directiveText) final;
|
| -
|
| void updateTitle(const String&);
|
| void updateFocusAppearanceTimerFired(Timer<Document>*);
|
| void updateBaseURL();
|
|
|