[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
oliver at apple.com
oliver at apple.com
Tue Jan 5 23:41:50 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit a06de2cb08a2f04b5a9a0edbedebdf2e2a6ff4ea
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