Index: Source/modules/serviceworkers/GlobalCacheStorage.h |
diff --git a/Source/modules/serviceworkers/GlobalCacheStorage.h b/Source/modules/serviceworkers/GlobalCacheStorage.h |
index da91768432dc2b628e71321c85fd3c7b9310814b..2ad49cb5f2f1cfdc885b666ed6f94ea488c272e6 100644 |
--- a/Source/modules/serviceworkers/GlobalCacheStorage.h |
+++ b/Source/modules/serviceworkers/GlobalCacheStorage.h |
@@ -15,8 +15,8 @@ class WorkerGlobalScope; |
class GlobalCacheStorage { |
public: |
- static CacheStorage* caches(ScriptState*, DOMWindow&, ExceptionState&); |
- static CacheStorage* caches(ScriptState*, WorkerGlobalScope&, ExceptionState&); |
+ static CacheStorage* caches(DOMWindow&, ExceptionState&); |
+ static CacheStorage* caches(WorkerGlobalScope&, ExceptionState&); |
}; |
} // namespace blink |