| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 58602d6d61886a854fea7d49478791b558aae4a4..23198e79ee8bf74abee0481dd7b1de00a42571bb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -735,7 +735,7 @@ public:
|
| const KURL& cookieURL() const { return m_cookieURL; }
|
| void setCookieURL(const KURL& url) { m_cookieURL = url; }
|
|
|
| - const KURL& firstPartyForCookies() const;
|
| + const KURL firstPartyForCookies() const;
|
|
|
| // The following implements the rule from HTML 4 for what valid names are.
|
| // To get this right for all the XML cases, we probably have to improve this or move it
|
|
|