Index: Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp |
diff --git a/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp b/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp |
index ae54fde8c65767aa9271031c153c3e99037922bd..1ee767828717895731379240631f94bf1f60844c 100644 |
--- a/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp |
+++ b/Source/WebCore/bindings/v8/custom/V8InjectedScriptManager.cpp |
@@ -29,7 +29,6 @@ |
*/ |
#include "config.h" |
-#if ENABLE(INSPECTOR) |
#include "InjectedScriptManager.h" |
#include "BindingState.h" |
@@ -131,4 +130,3 @@ bool InjectedScriptManager::canAccessInspectedWindow(ScriptState* scriptState) |
} // namespace WebCore |
-#endif // ENABLE(INSPECTOR) |