| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index 9f8e912c70c8015057b56370418f3d3e6ee8cf03..367e219ce22fe70cf6707d29617c3fbbf8b3ff3e 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -255,7 +255,7 @@
|
| WorkerGlobalScope::exceptionThrown(event);
|
| if (WorkerThreadDebugger* debugger =
|
| WorkerThreadDebugger::from(thread()->isolate()))
|
| - debugger->exceptionThrown(thread(), event);
|
| + debugger->exceptionThrown(event);
|
| }
|
|
|
| } // namespace blink
|
|
|