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

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

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 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/WorkerGlobalScope.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
index 3ed77a5ea74f09d2ff9f5356cff8334711fd9c57..47a0ec805a499466da23a0a06cb649fe96270278 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
@@ -204,8 +204,8 @@ void WorkerGlobalScope::importScripts(const Vector<String>& urls,
return;
}
- InspectorInstrumentation::scriptImported(
- &executionContext, scriptLoader->identifier(), scriptLoader->script());
+ probe::scriptImported(&executionContext, scriptLoader->identifier(),
+ scriptLoader->script());
ErrorEvent* errorEvent = nullptr;
std::unique_ptr<Vector<char>> cachedMetaData(

Powered by Google App Engine
This is Rietveld 408576698