| Index: third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| index 52d3121cd46f6092ba9aff403e8c2cedc1a3010d..5c26a6e3834f649748cbdd8bcd3c2e9df7f84a4a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| @@ -33,8 +33,9 @@
|
|
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "core/CoreExport.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| +
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|