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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 12:40:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ddfa9be894ca15f1f2bd5d4d137326b0fe7477c0
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 02:09:20 2010 +0000

    Windows build fix.
    
    * wtf/dtoa.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66166 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index c09f3be..d2bfa3e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-26  Gavin Barraclough  <barraclough at apple.com>
+
+        Windows build fix.
+
+        * wtf/dtoa.cpp:
+
 2010-08-26  Gavin Barraclough  <baraclough at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/wtf/dtoa.cpp b/JavaScriptCore/wtf/dtoa.cpp
index 83ecee1..832627b 100644
--- a/JavaScriptCore/wtf/dtoa.cpp
+++ b/JavaScriptCore/wtf/dtoa.cpp
@@ -67,7 +67,6 @@
 #if HAVE(ERRNO_H)
 #include <errno.h>
 #endif
-#include <fenv.h>
 #include <float.h>
 #include <math.h>
 #include <stdint.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list