| Index: third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.cpp b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| index 4401616c834082d49ee317be279be78917a56e13..e76c01f4c0b093588570e2e1b192ff8dbd0da0af 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.cpp
|
| @@ -514,7 +514,7 @@ void WorkerThread::prepareForShutdownOnWorkerThread() {
|
|
|
| m_inspectorTaskRunner->kill();
|
| workerReportingProxy().willDestroyWorkerGlobalScope();
|
| - InspectorInstrumentation::allAsyncTasksCanceled(globalScope());
|
| + probe::allAsyncTasksCanceled(globalScope());
|
|
|
| globalScope()->notifyContextDestroyed();
|
| if (m_workerInspectorController) {
|
|
|