Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index db758969abe34a79b2ed26ee0ee78356a30fa29f..3d021c714bb38c37d6c2902a5466ce23c4573e6c 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -42,7 +42,7 @@ namespace blink { |
class ContextMenuProvider; |
class DOMWrapperWorld; |
-class LocalFrame; |
+class EditedResourcesContentManager; |
class GraphicsContext; |
class GraphicsLayer; |
class InjectedScriptManager; |
@@ -64,6 +64,7 @@ class InspectorState; |
class InstrumentingAgents; |
class IntPoint; |
class IntSize; |
+class LocalFrame; |
class Page; |
class PlatformGestureEvent; |
class PlatformKeyboardEvent; |
@@ -145,6 +146,7 @@ private: |
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents; |
OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager; |
+ OwnPtrWillBeMember<EditedResourcesContentManager> m_editedResourcesContentManager; |
OwnPtrWillBeMember<InspectorCompositeState> m_state; |
OwnPtr<InspectorOverlay> m_overlay; |