summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/CookieJar.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/CookieJar.h')
-rw-r--r--WebCore/platform/CookieJar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/CookieJar.h b/WebCore/platform/CookieJar.h
index 178ee79..6159386 100644
--- a/WebCore/platform/CookieJar.h
+++ b/WebCore/platform/CookieJar.h
@@ -33,7 +33,7 @@ namespace WebCore {
class Document;
String cookies(const Document*, const KURL&);
- void setCookies(Document*, const KURL&, const KURL& policyBaseURL, const String&);
+ void setCookies(Document*, const KURL&, const String&);
bool cookiesEnabled(const Document*);
}