| Index: sky/engine/core/inspector/JavaScriptCallFrame.cpp
|
| diff --git a/sky/engine/core/inspector/JavaScriptCallFrame.cpp b/sky/engine/core/inspector/JavaScriptCallFrame.cpp
|
| index 78c7e356dc2b41a378a0316e981e8f6ccf6d0a73..126eff0074274277fe9ed0c239d3cb419ab1fd62 100644
|
| --- a/sky/engine/core/inspector/JavaScriptCallFrame.cpp
|
| +++ b/sky/engine/core/inspector/JavaScriptCallFrame.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| -#include <v8-debug.h>
|
| +#include "v8/include/v8-debug.h"
|
|
|
| namespace blink {
|
|
|
|
|