Index: Source/core/html/HTMLAreaElement.cpp |
diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
index 73cd5fb7ac00e4bbf818d4930a71a3bb9035bb15..f24966ba8fff44ddeecdb371f41d3416a9ab525e 100644 |
--- a/Source/core/html/HTMLAreaElement.cpp |
+++ b/Source/core/html/HTMLAreaElement.cpp |
@@ -246,7 +246,7 @@ bool HTMLAreaElement::supportsFocus() const |
return isLink(); |
} |
-String HTMLAreaElement::target() const |
+AtomicString HTMLAreaElement::target() const |
{ |
return getAttribute(targetAttr); |
} |