Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
index 76538ca18ce35285bca781b8cfb4dc09a84099a1..4d50eacc372515fe3706a069e18619d6b3f2dfc7 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h |
@@ -164,8 +164,6 @@ private: |
const KURL& virtualURL() const final; |
KURL virtualCompleteURL(const String&) const final; |
- void reportBlockedScriptExecutionToInspector(const String& directiveText) final; |
- |
EventTarget* errorEventTarget() final; |
void didUpdateSecurityOrigin() final { } |