Index: Source/core/svg/SVGFEDisplacementMapElement.cpp |
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.cpp b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
index 0451e883891517d44979e261fd629deedbe6ed5b..554d14774b1affe2ca8ea094058dd960366ecf66 100644 |
--- a/Source/core/svg/SVGFEDisplacementMapElement.cpp |
+++ b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
@@ -22,10 +22,10 @@ |
#if ENABLE(SVG) |
#include "SVGFEDisplacementMapElement.h" |
-#include "Attribute.h" |
#include "SVGElementInstance.h" |
#include "SVGFilterBuilder.h" |
#include "SVGNames.h" |
+#include "core/dom/Attribute.h" |
#include "core/platform/graphics/filters/FilterEffect.h" |
namespace WebCore { |