Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
index 5a2e75b00b6aff57b58b8db64f46ebb830c90cfa..9460dbc06717e90062874ea6a47e4110037dc712 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
@@ -45,7 +45,6 @@ |
#include "modules/EventTargetModules.h" |
#include "modules/fetch/GlobalFetch.h" |
#include "modules/serviceworkers/CacheStorage.h" |
-#include "modules/serviceworkers/InspectorServiceWorkerCacheAgent.h" |
#include "modules/serviceworkers/ServiceWorkerClients.h" |
#include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h" |
#include "modules/serviceworkers/ServiceWorkerRegistration.h" |
@@ -93,7 +92,6 @@ ServiceWorkerGlobalScope::ServiceWorkerGlobalScope(const KURL& url, const String |
, m_hadErrorInTopLevelEventHandler(false) |
, m_eventNestingLevel(0) |
{ |
- workerInspectorController()->registerModuleAgent(InspectorServiceWorkerCacheAgent::create(this)); |
horo
2015/04/01 03:39:07
DevTools for ServiceWorker is communicating with W
dmurph
2015/04/02 20:59:03
Ah, you're right. Fixed.
|
} |
ServiceWorkerGlobalScope::~ServiceWorkerGlobalScope() |