| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 16dc7f767af06ca73f9d81cff38998ba236f0bd0..a1969cb1256263d6dc24a497f7d3e1112b42dc71 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -229,7 +229,7 @@ bool ServiceWorkerGlobalScopeProxy::hasFetchEventHandler()
|
| return m_workerGlobalScope->hasEventListeners(EventTypeNames::fetch);
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeProxy::reportException(const String& errorMessage, std::unique_ptr<SourceLocation> location)
|
| +void ServiceWorkerGlobalScopeProxy::reportException(const String& errorMessage, std::unique_ptr<SourceLocation> location, int exceptionId)
|
| {
|
| client().reportException(errorMessage, location->lineNumber(), location->columnNumber(), location->url());
|
| }
|
|
|