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