| Index: Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
|
| index c66146b8ba7c2b87a459e62a1a6c9cf0461a8939..4c6c175900674603bc8cf02437847503a4c63d15 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -70,6 +70,7 @@
|
| #include "core/page/FocusController.h"
|
| #include "core/page/Page.h"
|
| #include "modules/accessibility/InspectorAccessibilityAgent.h"
|
| +#include "modules/cachestorage/InspectorCacheStorageAgent.h"
|
| #include "modules/device_orientation/DeviceOrientationInspectorAgent.h"
|
| #include "modules/filesystem/InspectorFileSystemAgent.h"
|
| #include "modules/indexeddb/InspectorIndexedDBAgent.h"
|
| @@ -268,6 +269,7 @@ PassOwnPtrWillBeRawPtr<WebDevToolsAgentImpl> WebDevToolsAgentImpl::create(WebLoc
|
| agent->registerAgent(InspectorIndexedDBAgent::create(view->page()));
|
| agent->registerAgent(InspectorAccessibilityAgent::create(view->page()));
|
| agent->registerAgent(InspectorDOMStorageAgent::create(view->page()));
|
| + agent->registerAgent(InspectorCacheStorageAgent::create());
|
| return adoptPtrWillBeNoop(agent);
|
| }
|
|
|
|
|