| Index: Source/WebCore/inspector/InspectorProfilerAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorProfilerAgent.cpp b/Source/WebCore/inspector/InspectorProfilerAgent.cpp
|
| index b3192903521980bc08a743a883cd1288d525ea4d..a0eab966502644ef87f40ea9ccccf12e61cc9b69 100644
|
| --- a/Source/WebCore/inspector/InspectorProfilerAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorProfilerAgent.cpp
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(INSPECTOR)
|
|
|
| #include "InspectorProfilerAgent.h"
|
|
|
| @@ -522,4 +521,3 @@ void InspectorProfilerAgent::didProcessTask()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(JAVASCRIPT_DEBUGGER) && ENABLE(INSPECTOR)
|
|
|