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