| Index: sky/engine/core/inspector/JavaScriptCallFrame.h
|
| diff --git a/sky/engine/core/inspector/JavaScriptCallFrame.h b/sky/engine/core/inspector/JavaScriptCallFrame.h
|
| index e766eaeef1ccbdd5c70c7b50c5dc18db7b8b737a..dc282e0697d358cf63e95774b8464449ce51bb5d 100644
|
| --- a/sky/engine/core/inspector/JavaScriptCallFrame.h
|
| +++ b/sky/engine/core/inspector/JavaScriptCallFrame.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef JavaScriptCallFrame_h
|
| #define JavaScriptCallFrame_h
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptState.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|