[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

cmarrin at apple.com cmarrin at apple.com
Fri Jan 21 15:08:36 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 37521711c1d098321c434cb889cc41f198a578fe
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 7 21:28:36 2011 +0000

    2011-01-07  Chris Marrin  <cmarrin at apple.com>
    
            Unreviewed.
    
            Build fix for Chromium. Missing include.
    
            * page/animation/AnimationBase.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75270 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9321e54..4c9a9e0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,14 @@
 
         Unreviewed.
 
+        Build fix for Chromium. Missing include.
+
+        * page/animation/AnimationBase.cpp:
+
+2011-01-07  Chris Marrin  <cmarrin at apple.com>
+
+        Unreviewed.
+
         Build fix.
 
         * platform/graphics/ca/win/PlatformCALayerWin.cpp:
diff --git a/WebCore/page/animation/AnimationBase.cpp b/WebCore/page/animation/AnimationBase.cpp
index 0eb0c84..14a44d2 100644
--- a/WebCore/page/animation/AnimationBase.cpp
+++ b/WebCore/page/animation/AnimationBase.cpp
@@ -48,8 +48,8 @@
 #include "RenderLayerBacking.h"
 #include "RenderStyle.h"
 #include "UnitBezier.h"
-
 #include <algorithm>
+#include <wtf/CurrentTime.h>
 
 using namespace std;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list