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 bf35125a4b266b9952a418a1f945ca28058c1bbb..3294badd2a8dff68a573e7f4602f3a2efbbb7f0f 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp |
@@ -6,7 +6,6 @@ |
#include <memory> |
-#include "bindings/core/v8/DOMWrapperWorld.h" |
#include "bindings/core/v8/ScriptFunction.h" |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptState.h" |
@@ -18,6 +17,7 @@ |
#include "core/testing/DummyPageHolder.h" |
#include "core/testing/GCObservation.h" |
#include "core/testing/GarbageCollectedScriptWrappable.h" |
+#include "platform/bindings/DOMWrapperWorld.h" |
#include "platform/heap/Handle.h" |
#include "platform/wtf/PassRefPtr.h" |
#include "platform/wtf/RefPtr.h" |