Index: Source/WebCore/inspector/InspectorBaseAgent.cpp |
diff --git a/Source/WebCore/inspector/InspectorBaseAgent.cpp b/Source/WebCore/inspector/InspectorBaseAgent.cpp |
index db45c0f989ba2f723300a4e9aeee00a14d1c1bbf..9ecb65a20decf3a17236b4f25bcbd81fac88c1bc 100644 |
--- a/Source/WebCore/inspector/InspectorBaseAgent.cpp |
+++ b/Source/WebCore/inspector/InspectorBaseAgent.cpp |
@@ -29,9 +29,6 @@ |
*/ |
#include "config.h" |
- |
-#if ENABLE(INSPECTOR) |
- |
#include "InspectorBaseAgent.h" |
#include "InspectorState.h" |
@@ -95,4 +92,3 @@ void InspectorAgentRegistry::discardAgents() |
} // namespace WebCore |
-#endif // ENABLE(INSPECTOR) |