| Index: Source/bindings/tests/results/V8SVGTestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8SVGTestInterface.cpp b/Source/bindings/tests/results/V8SVGTestInterface.cpp
|
| index 83b1b02933866662873528aa91619f48655c0344..ca98cf249448ec68ef5ee78ff8e7b7ab76f5edc7 100644
|
| --- a/Source/bindings/tests/results/V8SVGTestInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8SVGTestInterface.cpp
|
| @@ -7,11 +7,11 @@
|
| #include "config.h"
|
| #include "V8SVGTestInterface.h"
|
|
|
| -#include "SVGNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/V8DOMConfiguration.h"
|
| #include "bindings/v8/V8HiddenValue.h"
|
| #include "bindings/v8/V8ObjectConstructor.h"
|
| +#include "core/SVGNames.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/custom/CustomElementCallbackDispatcher.h"
|
|
|