Index: Source/bindings/tests/results/V8TestEventTarget.cpp |
diff --git a/Source/bindings/tests/results/V8TestEventTarget.cpp b/Source/bindings/tests/results/V8TestEventTarget.cpp |
index d19e373145ffb6827425f75bcc24812885a7cc5b..971519e2dcc441cf29e4c1e83ce373de46dc7017 100644 |
--- a/Source/bindings/tests/results/V8TestEventTarget.cpp |
+++ b/Source/bindings/tests/results/V8TestEventTarget.cpp |
@@ -22,8 +22,6 @@ |
#include "V8TestEventTarget.h" |
#include "BindingState.h" |
-#include "ContextFeatures.h" |
-#include "ExceptionCode.h" |
#include "ScriptController.h" |
#include "V8Binding.h" |
#include "V8Collection.h" |
@@ -31,6 +29,8 @@ |
#include "V8Event.h" |
#include "V8EventListenerList.h" |
#include "V8Node.h" |
+#include "core/dom/ContextFeatures.h" |
+#include "core/dom/ExceptionCode.h" |
#include "core/page/Frame.h" |
#include "core/page/RuntimeEnabledFeatures.h" |
#include <wtf/UnusedParam.h> |