[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:25 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit fc90e7f79d39e492cae3f3f5cfc39437fc03d5d4
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 3 19:51:05 2009 +0000

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

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 980f361..90fbad4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+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 5790c8c..99590ed 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.0; }
+        static double nullItem() { return 0; }
         static bool isNull(double) { return false; }
     };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list