Chromium Code Reviews| 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() |