| Index: Source/WebCore/inspector/InspectorConsoleAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorConsoleAgent.cpp b/Source/WebCore/inspector/InspectorConsoleAgent.cpp
|
| index d70bfcf982fdaf8a3cf380350a08547514ab8cf3..0a93efb1b30bb4995672f9a06a8219882fec59cf 100644
|
| --- a/Source/WebCore/inspector/InspectorConsoleAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorConsoleAgent.cpp
|
| @@ -25,7 +25,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(INSPECTOR)
|
| #include "InspectorConsoleAgent.h"
|
|
|
| #include "InstrumentingAgents.h"
|
| @@ -357,4 +356,3 @@ void InspectorConsoleAgent::addInspectedHeapObject(ErrorString*, int inspectedHe
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|