| Index: Source/WebCore/inspector/InspectorPageAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorPageAgent.cpp b/Source/WebCore/inspector/InspectorPageAgent.cpp
|
| index 854896d26d0d679a062d373f2cf64eb6af94cf80..472f28179efe54262779ed792f815dbb2d80cfe2 100644
|
| --- a/Source/WebCore/inspector/InspectorPageAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorPageAgent.cpp
|
| @@ -29,9 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(INSPECTOR)
|
| -
|
| #include "InspectorPageAgent.h"
|
|
|
| #include "CachedCSSStyleSheet.h"
|
| @@ -1310,4 +1307,3 @@ void InspectorPageAgent::handleJavaScriptDialog(ErrorString* errorString, bool a
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|