Index: Source/core/html/HTMLAreaElement.cpp |
diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
index 9910f41f5e20134ef6e139ad71a5ad62a861f5c5..cb25531490f3be4c5d3ebb1a6ef071ef25ac9a85 100644 |
--- a/Source/core/html/HTMLAreaElement.cpp |
+++ b/Source/core/html/HTMLAreaElement.cpp |
@@ -22,10 +22,10 @@ |
#include "config.h" |
#include "HTMLAreaElement.h" |
-#include "Attribute.h" |
#include "HTMLImageElement.h" |
#include "HTMLMapElement.h" |
#include "HTMLNames.h" |
+#include "core/dom/Attribute.h" |
#include "core/page/Frame.h" |
#include "core/platform/graphics/Path.h" |
#include "core/platform/graphics/transforms/AffineTransform.h" |