Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4172)

Unified Diff: Source/modules/serviceworkers/GlobalCacheStorage.h

Issue 1044203004: [Storage] Cache storage inspection on all the frames! (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup, re-adding SWGlobalScope support, tested for pages and SW's Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698