Index: Source/bindings/tests/results/V8TestTypedefs.cpp |
diff --git a/Source/bindings/tests/results/V8TestTypedefs.cpp b/Source/bindings/tests/results/V8TestTypedefs.cpp |
index f6ff4e850c75553a0611ed29a300a73c68d24ad2..d5efb5009fc46737c30b70ecdfc309ac93319c64 100644 |
--- a/Source/bindings/tests/results/V8TestTypedefs.cpp |
+++ b/Source/bindings/tests/results/V8TestTypedefs.cpp |
@@ -22,9 +22,6 @@ |
#include "V8TestTypedefs.h" |
#include "BindingState.h" |
-#include "ContextFeatures.h" |
-#include "DOMStringList.h" |
-#include "ExceptionCode.h" |
#include "SVGPropertyTearOff.h" |
#include "ScriptController.h" |
#include "SerializedScriptValue.h" |
@@ -35,6 +32,9 @@ |
#include "V8SerializedScriptValue.h" |
#include "V8TestCallback.h" |
#include "V8TestSubObj.h" |
+#include "core/dom/ContextFeatures.h" |
+#include "core/dom/DOMStringList.h" |
+#include "core/dom/ExceptionCode.h" |
#include "core/page/Frame.h" |
#include "core/page/RuntimeEnabledFeatures.h" |
#include <wtf/UnusedParam.h> |