[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
darin at chromium.org
darin at chromium.org
Wed Mar 17 17:59:21 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 10961d5ef03a29ac7ad5d24fd04980068cedb813
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Feb 25 17:13:25 2010 +0000
2010-02-24 Darin Fisher <darin at chromium.org>
Reviewed by David Levin.
Add a missing WebString.h include.
https://bugs.webkit.org/show_bug.cgi?id=35360
This is required since some of the methods have implementations that
return a WebString.
* public/WebCookieJar.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55239 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index b92372a..a113875 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,15 @@
+2010-02-24 Darin Fisher <darin at chromium.org>
+
+ Reviewed by David Levin.
+
+ Add a missing WebString.h include.
+ https://bugs.webkit.org/show_bug.cgi?id=35360
+
+ This is required since some of the methods have implementations that
+ return a WebString.
+
+ * public/WebCookieJar.h:
+
2010-02-24 Jay Campan <jcampan at google.com>
Reviewed by David Levin.
diff --git a/WebKit/chromium/public/WebCookieJar.h b/WebKit/chromium/public/WebCookieJar.h
index df70341..6daba6b 100644
--- a/WebKit/chromium/public/WebCookieJar.h
+++ b/WebKit/chromium/public/WebCookieJar.h
@@ -31,8 +31,9 @@
#ifndef WebCookieJar_h
#define WebCookieJar_h
+#include "WebString.h"
+
namespace WebKit {
-class WebString;
class WebURL;
struct WebCookie;
template <typename T> class WebVector;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list