| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 8feb5df32cefe8d41cebcf4e102f19e821d3ec8c..bd4acb6396e2499d2ea6e94143e52ca2ecd7410a 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -136,7 +136,7 @@ public:
|
| IconType iconType() const;
|
|
|
| // the icon size string as parsed from the HTML attribute
|
| - String iconSizes() const;
|
| + const AtomicString& iconSizes() const;
|
|
|
| CSSStyleSheet* sheet() const { return linkStyle() ? linkStyle()->sheet() : 0; }
|
| Document* import() const;
|
|
|