git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2009-03-25 Gustavo Noronha Silva <gns@gnome.org>
[WebKit-https.git]
/
WebCore
/
platform
/
network
/
soup
/
CookieJarSoup.h
diff --git
a/WebCore/platform/network/soup/CookieJarSoup.h
b/WebCore/platform/network/soup/CookieJarSoup.h
index
61179ae
..
ab1f95c
100644
(file)
--- a/
WebCore/platform/network/soup/CookieJarSoup.h
+++ b/
WebCore/platform/network/soup/CookieJarSoup.h
@@
-31,7
+31,8
@@
#include <libsoup/soup.h>
namespace WebCore {
- SoupCookieJar* getCookieJar();
+ SoupCookieJar* defaultCookieJar();
+ void setDefaultCookieJar(SoupCookieJar* jar);
}
#endif