| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h
|
| index bbcc884050b4a9f4628aee76e2627d054f92c96e..6d014514992fb874c78560386d0a7e29834ad2b6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h
|
| @@ -35,10 +35,10 @@
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|