| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 38eaa9944e4a26a94aeff98ab9bcbde26151b63b..2cab7b5d40af91d3cfff6849017f4b86e8594828 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -124,14 +124,14 @@ public:
|
| virtual ~HTMLLinkElement();
|
|
|
| KURL href() const;
|
| - String rel() const;
|
| + const AtomicString& rel() const;
|
| String media() const { return m_media; }
|
| String typeValue() const { return m_type; }
|
| const LinkRelAttribute& relAttribute() const { return m_relAttribute; }
|
|
|
| virtual String target() const;
|
|
|
| - String type() const;
|
| + const AtomicString& type() const;
|
|
|
| IconType iconType() const;
|
|
|
|
|