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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 14:54:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 177836ecda1824ec7ad1b5f00d63f8fb04e03c64
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 25 00:29:44 2010 +0000

    2010-10-24  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed build fix for chromium.
    
            * wtf/DateMath.cpp: Added missing include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70426 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9b39bbe..865f524 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-24  Patrick Gansterer  <paroga at webkit.org>
 
+        Unreviewed build fix for chromium.
+
+        * wtf/DateMath.cpp: Added missing include.
+
+2010-10-24  Patrick Gansterer  <paroga at webkit.org>
+
         Reviewed by David Kilzer.
 
         Add WTF_ARRAY_LENGTH macro to WTF
diff --git a/JavaScriptCore/wtf/DateMath.cpp b/JavaScriptCore/wtf/DateMath.cpp
index 5e7a815..00f0f85 100644
--- a/JavaScriptCore/wtf/DateMath.cpp
+++ b/JavaScriptCore/wtf/DateMath.cpp
@@ -76,6 +76,7 @@
 #include "ASCIICType.h"
 #include "CurrentTime.h"
 #include "MathExtras.h"
+#include "StdLibExtras.h.h"
 #include "StringExtras.h"
 
 #include <algorithm>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list