| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| index 3294badd2a8dff68a573e7f4602f3a2efbbb7f0f..e762688c6a09cf349d54db3f7483ba6b2192cc5c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "bindings/core/v8/ScriptFunction.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/V8BindingForCore.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| @@ -18,6 +17,7 @@
|
| #include "core/testing/GCObservation.h"
|
| #include "core/testing/GarbageCollectedScriptWrappable.h"
|
| #include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/PassRefPtr.h"
|
| #include "platform/wtf/RefPtr.h"
|
|
|