| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| index 624735e6541a5e5d7d057b824941cd7f86795f56..5941546bfdcb1b928e7e189590751c2bb0c2daad 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| @@ -12,10 +12,10 @@
|
| #include "bindings/core/v8/ScriptPromiseProperties.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|