| Index: Source/bindings/v8/ScriptDebugServer.cpp
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.cpp b/Source/bindings/v8/ScriptDebugServer.cpp
|
| index 90bd9e014304e7bba9a3a582961899d3e503a0e1..482840a76ee9cc26600258d54bf3d3c1becf30b2 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.cpp
|
| +++ b/Source/bindings/v8/ScriptDebugServer.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "bindings/v8/ScriptDebugServer.h"
|
|
|
| #include "DebuggerScriptSource.h"
|
| -#include "V8JavaScriptCallFrame.h"
|
| +#include "bindings/core/v8/V8JavaScriptCallFrame.h"
|
| #include "bindings/v8/ScopedPersistent.h"
|
| #include "bindings/v8/ScriptController.h"
|
| #include "bindings/v8/ScriptSourceCode.h"
|
|
|