Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index 469f85317bcd99881cdc853caf277c4f317d928b..60bdf3e4337b50bb821d0ed50fdfd43095f4b519 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -334,7 +334,7 @@ IconType HTMLLinkElement::iconType() const |
return m_relAttribute.iconType(); |
} |
-String HTMLLinkElement::iconSizes() const |
+const AtomicString& HTMLLinkElement::iconSizes() const |
{ |
return m_sizes->toString(); |
} |