| 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 9a5d5da2329f9c01a68a565af07430bb98231bc5..a46dc9ebd98dfbb364d473850f49b43c39b5d54e 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);
|
| -}
|
| -
|
| void WorkletGlobalScope::logExceptionToConsole(const String& errorMessage, std::unique_ptr<SourceLocation> location)
|
| {
|
| ConsoleMessage* consoleMessage = ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage, std::move(location));
|
|
|