Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
index a62b6bfedfce51d5ccae256df4bf829db38f821f..8c395643fb16877b70d57f498317077a8ad978e1 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
@@ -98,6 +98,7 @@ private: |
ServiceWorkerGlobalScope(const KURL&, const String& userAgent, ServiceWorkerThread*, double timeOrigin, const SecurityOrigin*, PassOwnPtrWillBeRawPtr<WorkerClients>); |
virtual void importScripts(const Vector<String>& urls, ExceptionState&) override; |
+ virtual PassOwnPtr<CachedMetadataHandler> createWorkerScriptCachedMetadataHandler(const KURL& /* scriptURL */, const Vector<char>* /* metaData */); |
kinuko
2015/02/17 07:56:46
ditto (for commented param names)
horo
2015/02/17 08:20:27
Done.
|
virtual void logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>) override; |
PersistentWillBeMember<ServiceWorkerClients> m_clients; |