| Index: Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| index 956d56ae37b9fb0c525ce83e7ddc4b16fa8df478..2fc50f886a4373f0c2caf8032c2252721c3bb9e8 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(INSPECTOR)
|
| #include "V8InjectedScriptHost.h"
|
|
|
| #include "BindingState.h"
|
| @@ -337,4 +336,3 @@ v8::Handle<v8::Value> V8InjectedScriptHost::setFunctionVariableValueMethodCustom
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|