| Index: third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| index 759b00a726817d44b027d281c1386ad9797cf48f..ef180841369d5024837a8ee12b21c675d5560d21 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef V8HiddenValue_h
|
| #define V8HiddenValue_h
|
|
|
| +#include <v8.h>
|
| +#include <memory>
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/core/v8/ScriptPromiseProperties.h"
|
| #include "core/CoreExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|