Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1131)

Unified Diff: third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp

Issue 2112593003: [DevTools] Remove [V8] from InspectorInstrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrated to inspector-protocol test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698