| Index: Source/core/html/LinkResource.h
|
| diff --git a/Source/core/html/LinkResource.h b/Source/core/html/LinkResource.h
|
| index 5bd8c39766e7738ff13dfc14177677deac272a09..a922639d2168086cc899953eb43beffca50bf0c4 100644
|
| --- a/Source/core/html/LinkResource.h
|
| +++ b/Source/core/html/LinkResource.h
|
| @@ -68,13 +68,13 @@ public:
|
|
|
| bool isValid() const { return !m_url.isEmpty() && m_url.isValid(); }
|
| const KURL& url() const { return m_url; }
|
| - const String& charset() const { return m_charset; }
|
| + const AtomicString& charset() const { return m_charset; }
|
| FetchRequest build(bool blocking) const;
|
|
|
| private:
|
| HTMLLinkElement* m_owner;
|
| KURL m_url;
|
| - String m_charset;
|
| + AtomicString m_charset;
|
| };
|
|
|
| } // namespace WebCore
|
|
|