Index: Source/core/svg/SVGLangSpace.cpp |
diff --git a/Source/core/svg/SVGLangSpace.cpp b/Source/core/svg/SVGLangSpace.cpp |
index abd15c663361d5aec66aab943252c993ca99b614..f5019b3470c0c7432cde473fc4e4e6aaa912906b 100644 |
--- a/Source/core/svg/SVGLangSpace.cpp |
+++ b/Source/core/svg/SVGLangSpace.cpp |
@@ -23,9 +23,9 @@ |
#if ENABLE(SVG) |
#include "SVGLangSpace.h" |
-#include "Attribute.h" |
#include "SVGElement.h" |
#include "XMLNames.h" |
+#include "core/dom/Attribute.h" |
#include <wtf/StdLibExtras.h> |
namespace WebCore { |