Index: Source/WebCore/inspector/InspectorProfilerAgent.cpp |
diff --git a/Source/WebCore/inspector/InspectorProfilerAgent.cpp b/Source/WebCore/inspector/InspectorProfilerAgent.cpp |
index b3192903521980bc08a743a883cd1288d525ea4d..42f5acccdb88d1dd9fda294621592449950a7767 100644 |
--- a/Source/WebCore/inspector/InspectorProfilerAgent.cpp |
+++ b/Source/WebCore/inspector/InspectorProfilerAgent.cpp |
@@ -28,9 +28,6 @@ |
*/ |
#include "config.h" |
- |
-#if ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(INSPECTOR) |
- |
#include "InspectorProfilerAgent.h" |
#include "Console.h" |
@@ -522,4 +519,3 @@ void InspectorProfilerAgent::didProcessTask() |
} // namespace WebCore |
-#endif // ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(INSPECTOR) |