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 048bb13e2023cefcb279a519f7f53ff101663361..73c6fea6330fe72701763461f21cc0de037d040c 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1157,8 +1157,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(); |