| 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..b57af1ec97395e3c68a11fc3685829adbb5f3c32 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|