Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 94ef2f4dfa34922777d461f7e87db7754fe8ad98..3fff563be292f2771ae5e1e2569d41aeb8896522 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -319,7 +319,7 @@ const AtomicString& HTMLLinkElement::rel() const |
return getAttribute(relAttr); |
} |
-String HTMLLinkElement::target() const |
+AtomicString HTMLLinkElement::target() const |
{ |
return getAttribute(targetAttr); |
} |