| Index: Source/WebCore/inspector/InjectedScriptModule.cpp
|
| diff --git a/Source/WebCore/inspector/InjectedScriptModule.cpp b/Source/WebCore/inspector/InjectedScriptModule.cpp
|
| index 14d29a2abd03fd565a7514a56727f158515317de..cf4447e58447909b34aa6079254798c7dd4ffdc1 100644
|
| --- a/Source/WebCore/inspector/InjectedScriptModule.cpp
|
| +++ b/Source/WebCore/inspector/InjectedScriptModule.cpp
|
| @@ -29,9 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(INSPECTOR)
|
| -
|
| #include "InjectedScriptModule.h"
|
|
|
| #include "InjectedScript.h"
|
| @@ -76,4 +73,3 @@ void InjectedScriptModule::ensureInjected(InjectedScriptManager* injectedScriptM
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|