| Index: Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorFrontendHost.cpp b/Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| index 5d39b9933dce6080d5a27f8e47770f5d2697e8e5..1f16d409f26e50c6269da7a0b50bb151cb8c2dba 100644
|
| --- a/Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| @@ -28,9 +28,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(INSPECTOR)
|
| -
|
| #include "InspectorFrontendHost.h"
|
|
|
| #include "ContextMenu.h"
|
| @@ -344,4 +341,3 @@ String InspectorFrontendHost::hiddenPanels()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|