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

oliver at apple.com oliver at apple.com
Thu Apr 8 00:15:30 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 273520d95508fa6119bc381b5edd095e36f010dc
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 3 20:38:58 2009 +0000

    Build fix
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51652 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 90fbad4..ada0ddd 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -5,6 +5,13 @@
         * svg/SVGListTraits.h:
         (WebCore::):
 
+2009-12-03  Oliver Hunt  <oliver at apple.com>
+
+        Build fix
+
+        * svg/SVGListTraits.h:
+        (WebCore::):
+
 2009-12-03  Brady Eidson  <beidson at apple.com>
 
         No wonder editing WebCore.exp repeatedly while I worked on this patch never seemed to stick.
diff --git a/WebCore/svg/SVGListTraits.h b/WebCore/svg/SVGListTraits.h
index 99590ed..e2bce7c 100644
--- a/WebCore/svg/SVGListTraits.h
+++ b/WebCore/svg/SVGListTraits.h
@@ -60,7 +60,7 @@ namespace WebCore {
 
     template<>
     struct SVGListTraits<false, float> {
-        static double nullItem() { return 0; }
+        static float nullItem() { return 0; }
         static bool isNull(double) { return false; }
     };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list