| Index: Source/core/html/HTMLAnchorElement.h
|
| diff --git a/Source/core/html/HTMLAnchorElement.h b/Source/core/html/HTMLAnchorElement.h
|
| index 5db92632c1d38263bd7214182def0d351dfec421..b30cb65f4c8b1c3b584ccbe681e456dc3fd81067 100644
|
| --- a/Source/core/html/HTMLAnchorElement.h
|
| +++ b/Source/core/html/HTMLAnchorElement.h
|
| @@ -79,7 +79,7 @@ public:
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| bool hasRel(uint32_t relation) const;
|
| - void setRel(const String&);
|
| + void setRel(const AtomicString&);
|
|
|
| LinkHash visitedLinkHash() const;
|
| void invalidateCachedVisitedLinkHash() { m_cachedVisitedLinkHash = 0; }
|
|
|