Index: Source/bindings/tests/results/V8TestInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp |
index f5c8a9011356c6cce8b0bfeca42df8c358c473cf..aeb847eb8a07d4f8468dbca18b5ffea0d273fd3c 100644 |
--- a/Source/bindings/tests/results/V8TestInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestInterface.cpp |
@@ -23,14 +23,14 @@ |
#include "V8TestInterface.h" |
#include "BindingState.h" |
-#include "ContextFeatures.h" |
-#include "ExceptionCode.h" |
#include "ScriptController.h" |
#include "TestPartialInterface.h" |
#include "V8Binding.h" |
#include "V8DOMWrapper.h" |
#include "V8Node.h" |
#include "V8TestObj.h" |
+#include "core/dom/ContextFeatures.h" |
+#include "core/dom/ExceptionCode.h" |
#include "core/page/Frame.h" |
#include "core/page/RuntimeEnabledFeatures.h" |
#include <wtf/GetPtr.h> |