| 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(
|
|
|