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

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Wed Apr 7 23:48:39 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2be798f2601b7f35cc3d6ff2bf4628c04c2a3360
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 19 04:52:35 2009 +0000

    2009-11-18  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
    
            Unreviewed.
    
            [Qt] Build fix for QtWebKit after r51159.
    
            Include float.h for DBL_MANT_DIG. Not sure why this
            is not a problem for other ports.
    
            * html/HTMLInputElement.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51170 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0c3a147..b21b21f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2009-11-18  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
+
+        Unreviewed.
+
+        [Qt] Build fix for QtWebKit after r51159.
+
+        Include float.h for DBL_MANT_DIG. Not sure why this
+        is not a problem for other ports.
+
+        * html/HTMLInputElement.cpp:
+
 2009-11-19  Roland Steiner  <rolandsteiner at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/html/HTMLInputElement.cpp b/WebCore/html/HTMLInputElement.cpp
index bb8fd26..e163bf5 100644
--- a/WebCore/html/HTMLInputElement.cpp
+++ b/WebCore/html/HTMLInputElement.cpp
@@ -62,6 +62,7 @@
 #include "RenderTheme.h"
 #include "StringHash.h"
 #include "TextEvent.h"
+#include <float.h>
 #include <wtf/HashMap.h>
 #include <wtf/MathExtras.h>
 #include <wtf/StdLibExtras.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list