| 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 f3d1f5fde296f432a727f7065ffea04ff6fb12d4..85742ab18e58ac949a51f55c5043003a01622e08 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
|
| @@ -10,9 +10,9 @@
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/core/v8/ScriptPromiseProperties.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|