| Index: Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp b/Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp
|
| index 785f3a6e374e4541bd22459f1bb02cbb7e22d0e2..725461a8261f40bf08381e7da672aef228e39d3e 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "config.h"
|
| #include "V8JavaScriptCallFrame.h"
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER)
|
|
|
| #include "V8Binding.h"
|
|
|
| @@ -85,4 +84,3 @@ v8::Handle<v8::Value> V8JavaScriptCallFrame::typeAttrGetterCustom(v8::Local<v8::
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(JAVASCRIPT_DEBUGGER)
|
|
|