Index: Source/WebCore/dom/Document.h |
=================================================================== |
--- Source/WebCore/dom/Document.h (revision 96367) |
+++ Source/WebCore/dom/Document.h (working copy) |
@@ -820,6 +820,7 @@ |
// inherits its cookieURL but not its URL. |
// |
const KURL& cookieURL() const { return m_cookieURL; } |
+ void setCookieURL(const KURL& url) { m_cookieURL = url; } |
// The firstPartyForCookies is used to compute whether this document |
// appears in a "third-party" context for the purpose of third-party |