diff options
Diffstat (limited to 'Source/WebCore/inspector/InspectorFrontendHost.h')
-rw-r--r-- | Source/WebCore/inspector/InspectorFrontendHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/InspectorFrontendHost.h b/Source/WebCore/inspector/InspectorFrontendHost.h index d333893..03c55a9 100644 --- a/Source/WebCore/inspector/InspectorFrontendHost.h +++ b/Source/WebCore/inspector/InspectorFrontendHost.h @@ -32,7 +32,6 @@ #include "Console.h" #include "ContextMenu.h" #include "ContextMenuProvider.h" -#include "InspectorController.h" #include "PlatformString.h" #include <wtf/RefCounted.h> @@ -46,6 +45,7 @@ class FrontendMenuProvider; class InspectorClient; class InspectorFrontendClient; class Node; +class Page; class InspectorFrontendHost : public RefCounted<InspectorFrontendHost> { |