| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| index 632f87504e4119823b8f352c1b210b0beeca9205..95126b75d08b208c2c609a0859a8afe6ab76af0a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
|
| @@ -64,11 +64,6 @@ bool WorkletGlobalScope::isSecureContext(String& errorMessage, const SecureConte
|
| return false;
|
| }
|
|
|
| -void WorkletGlobalScope::reportBlockedScriptExecutionToInspector(const String& directiveText)
|
| -{
|
| - InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText);
|
| -}
|
| -
|
| KURL WorkletGlobalScope::virtualCompleteURL(const String& url) const
|
| {
|
| // Always return a null URL when passed a null string.
|
|
|