| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index b1209b26e8de32d467c34ff397d6cf36e1e187cb..cc3da6f92a991541715d2217d5a188243759a873 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -726,7 +726,7 @@ public:
|
| String cookie(ExceptionState&) const;
|
| void setCookie(const String&, ExceptionState&);
|
|
|
| - AtomicString referrer() const;
|
| + const AtomicString& referrer() const;
|
|
|
| String domain() const;
|
| void setDomain(const String& newDomain, ExceptionState&);
|
|
|