Index: Source/core/svg/SVGAnimateElement.cpp |
diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp |
index eef6e32d6a06b8a63314317d7685a2021d6b01f4..de9f07d5b37869432d00fbad63635ec3620184ec 100644 |
--- a/Source/core/svg/SVGAnimateElement.cpp |
+++ b/Source/core/svg/SVGAnimateElement.cpp |
@@ -26,12 +26,12 @@ |
#include "SVGAnimateElement.h" |
#include "CSSPropertyNames.h" |
-#include "QualifiedName.h" |
#include "SVGAnimatorFactory.h" |
#include "SVGNames.h" |
#include "SVGStyledElement.h" |
#include "core/css/CSSParser.h" |
#include "core/css/StylePropertySet.h" |
+#include "core/dom/QualifiedName.h" |
#include "core/rendering/RenderObject.h" |
namespace WebCore { |