[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

darin at chromium.org darin at chromium.org
Thu Apr 8 01:59:11 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e0789c1982622a91d04da5d515255442d99d5be6
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