| 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 367e219ce22fe70cf6707d29617c3fbbf8b3ff3e..9f8e912c70c8015057b56370418f3d3e6ee8cf03 100644
 | 
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
 | 
| @@ -255,7 +255,7 @@ void ServiceWorkerGlobalScope::exceptionThrown(ErrorEvent* event) {
 | 
|    WorkerGlobalScope::exceptionThrown(event);
 | 
|    if (WorkerThreadDebugger* debugger =
 | 
|            WorkerThreadDebugger::from(thread()->isolate()))
 | 
| -    debugger->exceptionThrown(event);
 | 
| +    debugger->exceptionThrown(thread(), event);
 | 
|  }
 | 
|  
 | 
|  }  // namespace blink
 | 
| 
 |