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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp

Issue 1044203004: [Storage] Cache storage inspection on all the frames! (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More cleanup 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/ServiceWorkerGlobalScope.cpp
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
index 3af04a81b7690dda7fef14a5c822c0d19d849f5c..73b6df8cfc7a08dbd9dd980f108931fc56d63074 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
@@ -95,7 +95,7 @@ ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(const KURL& url, const String
, m_hadErrorInTopLevelEventHandler(false)
, m_eventNestingLevel(0)
{
- workerInspectorController()->registerModuleAgent(InspectorServiceWorkerCacheAgent::create(this));
+ workerInspectorController()->registerModuleAgent(InspectorServiceWorkerCacheAgent::create());
jsbell 2015/04/03 03:21:08 Is this still necessary, or can the Cache Storage
pfeldman 2015/04/03 09:15:58 Good point, it should only be in WebDevToolsAgentI
}
ServiceWorkerGlobalScope::~ServiceWorkerGlobalScope()

Powered by Google App Engine
This is Rietveld 408576698