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