Index: Source/core/inspector/WorkerInspectorController.h |
diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h |
index 53f50c6b374f9e10f08dfb1725cbc69b54943417..277caf2e542b2d1c7da3c99e8dc1acb1a0ffe542 100644 |
--- a/Source/core/inspector/WorkerInspectorController.h |
+++ b/Source/core/inspector/WorkerInspectorController.h |
@@ -40,6 +40,7 @@ |
namespace blink { |
+class EditedResourcesContentManager; |
class InjectedScriptManager; |
class InspectorBackendDispatcher; |
class InspectorFrontend; |
@@ -75,6 +76,7 @@ private: |
OwnPtrWillBeMember<InspectorCompositeState> m_state; |
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents; |
OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager; |
+ OwnPtrWillBeMember<EditedResourcesContentManager> m_editedResourcesContentManager; |
OwnPtr<WorkerScriptDebugServer> m_debugServer; |
InspectorAgentRegistry m_agents; |
OwnPtr<InspectorFrontendChannel> m_frontendChannel; |