| Index: Source/WebCore/inspector/InjectedScriptManager.cpp
|
| diff --git a/Source/WebCore/inspector/InjectedScriptManager.cpp b/Source/WebCore/inspector/InjectedScriptManager.cpp
|
| index 9756edf236256d47f7b7679a57881db7d24673bb..b837780775a81f6779608d1480f17427669a4423 100644
|
| --- a/Source/WebCore/inspector/InjectedScriptManager.cpp
|
| +++ b/Source/WebCore/inspector/InjectedScriptManager.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(INSPECTOR)
|
|
|
| #include "InjectedScriptManager.h"
|
|
|
| @@ -181,4 +180,3 @@ InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState* inspectedSc
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|