[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:53 UTC 2010


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

    2010-10-24  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed, fix typo of last build fix.
    
            * wtf/DateMath.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70427 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 865f524..b05a0c8 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-24  Patrick Gansterer  <paroga at webkit.org>
 
+        Unreviewed, fix typo of last build fix.
+
+        * wtf/DateMath.cpp:
+
+2010-10-24  Patrick Gansterer  <paroga at webkit.org>
+
         Unreviewed build fix for chromium.
 
         * wtf/DateMath.cpp: Added missing include.
diff --git a/JavaScriptCore/wtf/DateMath.cpp b/JavaScriptCore/wtf/DateMath.cpp
index 00f0f85..f3627e6 100644
--- a/JavaScriptCore/wtf/DateMath.cpp
+++ b/JavaScriptCore/wtf/DateMath.cpp
@@ -76,7 +76,7 @@
 #include "ASCIICType.h"
 #include "CurrentTime.h"
 #include "MathExtras.h"
-#include "StdLibExtras.h.h"
+#include "StdLibExtras.h"
 #include "StringExtras.h"
 
 #include <algorithm>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list