[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

brettw at chromium.org brettw at chromium.org
Wed Dec 22 11:32:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 67a9613b353318de3ba616b0eca5e3e82862802a
Author: brettw at chromium.org <brettw at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 19:44:48 2010 +0000

    2010-07-28  Brett Wilson  <brettw at chromium.org>
    
            Reviewed by Darin Fisher.
    
            Fix forward declares to be struct instead of class.
            https://bugs.webkit.org/show_bug.cgi?id=43127
    
            * public/WebFont.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64220 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 71bbe02..e45a4cc 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-28  Brett Wilson  <brettw at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        Fix forward declares to be struct instead of class.
+        https://bugs.webkit.org/show_bug.cgi?id=43127
+
+        * public/WebFont.h:
+
 2010-07-28  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/public/WebFont.h b/WebKit/chromium/public/WebFont.h
index f5b7de1..a20d52f 100644
--- a/WebKit/chromium/public/WebFont.h
+++ b/WebKit/chromium/public/WebFont.h
@@ -37,11 +37,11 @@
 
 namespace WebKit {
 
-class WebFontDescription;
-class WebFloatPoint;
-class WebFloatRect;
-class WebPoint;
-class WebRect;
+struct WebFontDescription;
+struct WebFloatPoint;
+struct WebFloatRect;
+struct WebPoint;
+struct WebRect;
 struct WebTextRun;
 
 class WebFont {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list