| Index: Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
|
| diff --git a/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp b/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
|
| index ba05d603eeedd108b74fcb174058f46f41d1fdc0..0a0113275b34d5c364609cee1d14179acb59c166 100644
|
| --- a/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
|
| +++ b/Source/WebCore/bindings/v8/JavaScriptCallFrame.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "config.h"
|
| #include "JavaScriptCallFrame.h"
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER)
|
|
|
| #include "V8Binding.h"
|
|
|
| @@ -147,4 +146,3 @@ v8::Handle<v8::Value> JavaScriptCallFrame::setVariableValue(int scopeNumber, con
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(JAVASCRIPT_DEBUGGER)
|
|
|