| Index: Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/Source/core/workers/WorkerGlobalScope.cpp b/Source/core/workers/WorkerGlobalScope.cpp
|
| index dbadaf3aee98e156b5f74be984bdcb6fd41c3c28..b67a103fa0d5e4147f9ad33642f34393e66827d2 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -268,6 +268,7 @@ void WorkerGlobalScope::importScripts(const Vector<String>& urls, ExceptionState
|
| }
|
|
|
| InspectorInstrumentation::scriptImported(&executionContext, scriptLoader->identifier(), scriptLoader->script());
|
| + scriptLoaded(scriptLoader->script().length(), scriptLoader->cachedMetadata() ? scriptLoader->cachedMetadata()->size() : 0);
|
|
|
| RefPtrWillBeRawPtr<ErrorEvent> errorEvent = nullptr;
|
| OwnPtr<Vector<char>> cachedMetaData(scriptLoader->releaseCachedMetadata());
|
|
|