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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 14:05:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8705529917ccb5dbfbd3e8ad7e4c4bc7aa1f623d
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 4 06:14:41 2010 +0000

    2010-10-03  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed, build fix for r68996.
    
            * html/BaseDateAndTimeInputType.cpp: Includes <wtf/MathExtras.h> for isfinite().
            * html/MonthInputType.cpp: ditto.
            * html/NumberInputType.cpp: ditto.
            * html/RangeInputType.cpp: ditto.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68997 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 10ddf97..d9602da 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-03  Kent Tamura  <tkent at chromium.org>
 
+        Unreviewed, build fix for r68996.
+
+        * html/BaseDateAndTimeInputType.cpp: Includes <wtf/MathExtras.h> for isfinite().
+        * html/MonthInputType.cpp: ditto.
+        * html/NumberInputType.cpp: ditto.
+        * html/RangeInputType.cpp: ditto.
+
+2010-10-03  Kent Tamura  <tkent at chromium.org>
+
         Reviewed by Dimitri Glazkov.
 
         Refactor HTMLInputElement: Move parseToDouble() and
diff --git a/WebCore/html/BaseDateAndTimeInputType.cpp b/WebCore/html/BaseDateAndTimeInputType.cpp
index 1bdece2..1c22354 100644
--- a/WebCore/html/BaseDateAndTimeInputType.cpp
+++ b/WebCore/html/BaseDateAndTimeInputType.cpp
@@ -32,6 +32,7 @@
 #include "BaseDateAndTimeInputType.h"
 
 #include "DateComponents.h"
+#include <wtf/MathExtras.h>
 #include <wtf/PassOwnPtr.h>
 #include <wtf/text/WTFString.h>
 
diff --git a/WebCore/html/MonthInputType.cpp b/WebCore/html/MonthInputType.cpp
index 501bdc7..80e2856 100644
--- a/WebCore/html/MonthInputType.cpp
+++ b/WebCore/html/MonthInputType.cpp
@@ -32,6 +32,7 @@
 #include "MonthInputType.h"
 
 #include "DateComponents.h"
+#include <wtf/MathExtras.h>
 #include <wtf/PassOwnPtr.h>
 
 namespace WebCore {
diff --git a/WebCore/html/NumberInputType.cpp b/WebCore/html/NumberInputType.cpp
index 230ea6f..991b1fa 100644
--- a/WebCore/html/NumberInputType.cpp
+++ b/WebCore/html/NumberInputType.cpp
@@ -32,6 +32,7 @@
 #include "NumberInputType.h"
 
 #include "HTMLParserIdioms.h"
+#include <wtf/MathExtras.h>
 #include <wtf/PassOwnPtr.h>
 
 namespace WebCore {
diff --git a/WebCore/html/RangeInputType.cpp b/WebCore/html/RangeInputType.cpp
index 1b07ac3..340d669 100644
--- a/WebCore/html/RangeInputType.cpp
+++ b/WebCore/html/RangeInputType.cpp
@@ -32,6 +32,7 @@
 #include "RangeInputType.h"
 
 #include "HTMLParserIdioms.h"
+#include <wtf/MathExtras.h>
 #include <wtf/PassOwnPtr.h>
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list