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