| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index 7abf63fb45d58e1472ce2a6ab36e642641749d47..3921a136ebe35b8dcb89d8a1c30543755fbe1d58 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -96,7 +96,7 @@ private:
|
| ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, std::unique_ptr<SecurityOrigin::PrivilegeData>, WorkerClients*);
|
| void importScripts(const Vector<String>& urls, ExceptionState&) override;
|
| CachedMetadataHandler* createWorkerScriptCachedMetadataHandler(const KURL& scriptURL, const Vector<char>* metaData) override;
|
| - void logExceptionToConsole(const String& errorMessage, std::unique_ptr<SourceLocation>) override;
|
| + void exceptionThrown(const String& errorMessage, std::unique_ptr<SourceLocation>) override;
|
| void scriptLoaded(size_t scriptSize, size_t cachedMetadataSize) override;
|
|
|
| Member<ServiceWorkerClients> m_clients;
|
|
|