| Index: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| index baf58f685d7fbb04c688ae1daf78d44af48568fb..f0d103bd9288f16f8e6dd10b060b9d3bfc63d627 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -5,16 +5,15 @@
|
| #ifndef V8PrivateProperty_h
|
| #define V8PrivateProperty_h
|
|
|
| -#include <memory>
|
| -
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/core/v8/ScriptPromiseProperties.h"
|
| #include "bindings/core/v8/V8BindingMacros.h"
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| #include "core/CoreExport.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PtrUtil.h"
|
| +#include <memory>
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|