| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index f880858598fd8d455418a186105c6550ae0362f8..c2eaaadc975fc1fd97e8e9d346c19d1700eafc3f 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&);
|
|
|