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

vitalyr at chromium.org vitalyr at chromium.org
Wed Dec 22 17:48:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e47621a08791a4b4152e9e4cece542daaa138840
Author: vitalyr at chromium.org <vitalyr at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 30 19:35:39 2010 +0000

    2010-11-30  Vitaly Repeshko  <vitalyr at chromium.org>
    
            Unreviewed.
    
            Attempt to fix windows debug chromium build.
    
            * html/TimeInputType.cpp: Added include providing isfinite.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72944 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8889673..12693bb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-30  Vitaly Repeshko  <vitalyr at chromium.org>
+
+        Unreviewed.
+
+        Attempt to fix windows debug chromium build.
+
+        * html/TimeInputType.cpp: Added include providing isfinite.
+
 2010-11-30  Darin Adler  <darin at apple.com>
 
         Reviewed by Jon Honeycutt.
diff --git a/WebCore/html/TimeInputType.cpp b/WebCore/html/TimeInputType.cpp
index f42f34c..6b381be 100644
--- a/WebCore/html/TimeInputType.cpp
+++ b/WebCore/html/TimeInputType.cpp
@@ -36,6 +36,7 @@
 #include "HTMLNames.h"
 #include <wtf/CurrentTime.h>
 #include <wtf/DateMath.h>
+#include <wtf/MathExtras.h>
 #include <wtf/PassOwnPtr.h>
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list