Index: Source/WebCore/inspector/InspectorFrontendClientLocal.cpp |
diff --git a/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp b/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp |
index e5e28c2ebdec05254ef779c22f3c782229dc91ea..a3ed3f3115da96f3e836138e1b05cb9edf995628 100644 |
--- a/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp |
+++ b/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp |
@@ -29,9 +29,6 @@ |
*/ |
#include "config.h" |
- |
-#if ENABLE(INSPECTOR) |
- |
#include "InspectorFrontendClientLocal.h" |
#include "Chrome.h" |
@@ -360,4 +357,3 @@ void InspectorFrontendClientLocal::evaluateOnLoad(const String& expression) |
} // namespace WebCore |
-#endif |