Index: Source/bindings/tests/results/V8SVGTestInterface.cpp |
diff --git a/Source/bindings/tests/results/V8SVGTestInterface.cpp b/Source/bindings/tests/results/V8SVGTestInterface.cpp |
index 3c3ad6a3bc5b5416729840917c4231beb6a16c1a..83b1b02933866662873528aa91619f48655c0344 100644 |
--- a/Source/bindings/tests/results/V8SVGTestInterface.cpp |
+++ b/Source/bindings/tests/results/V8SVGTestInterface.cpp |
@@ -7,7 +7,6 @@ |
#include "config.h" |
#include "V8SVGTestInterface.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "SVGNames.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/V8DOMConfiguration.h" |
@@ -16,6 +15,7 @@ |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
#include "core/dom/custom/CustomElementCallbackDispatcher.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/TraceEvent.h" |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |