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

levin at chromium.org levin at chromium.org
Wed Apr 7 23:27:50 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit fe62be3edcae65788ca1590ee960d4c79a269f93
Author: levin at chromium.org <levin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 9 23:18:58 2009 +0000

    Change struct ResourceRequest to class ResourceRequest per
    http://trac.webkit.org/changeset/50625.
    
    Reviewed by Dmitry Titov.
    
    * public/WebURLRequest.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50697 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 653e9fd..0609106 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-09  David Levin  <levin at chromium.org>
+
+        Reviewed by Dmitry Titov.
+
+        Change struct ResourceRequest to class ResourceRequest per
+        http://trac.webkit.org/changeset/50625.
+
+        * public/WebURLRequest.h:
+
 2009-11-09  Nate Chapin  <japhet at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/public/WebURLRequest.h b/WebKit/chromium/public/WebURLRequest.h
index ce5c17c..de3d329 100644
--- a/WebKit/chromium/public/WebURLRequest.h
+++ b/WebKit/chromium/public/WebURLRequest.h
@@ -35,7 +35,7 @@
 #include "WebHTTPBody.h"
 
 #if defined(WEBKIT_IMPLEMENTATION)
-namespace WebCore { struct ResourceRequest; }
+namespace WebCore { class ResourceRequest; }
 #endif
 
 namespace WebKit {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list