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

andersca at apple.com andersca at apple.com
Wed Dec 22 13:28:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a9ccee4f3b68a7cefa15965b496a8e0450cdfe82
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 16 20:00:47 2010 +0000

    Fix clang build.
    
    * page/animation/AnimationBase.h:
    Fix struct/class mismatch.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67656 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index aae333d..cac83fa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-16  Anders Carlsson  <andersca at apple.com>
+
+        Fix clang build.
+
+        * page/animation/AnimationBase.h:
+        Fix struct/class mismatch.
+
 2010-09-16  Darin Adler  <darin at apple.com>
 
         Reviewed by Andreas Kling.
diff --git a/WebCore/page/animation/AnimationBase.h b/WebCore/page/animation/AnimationBase.h
index 182cb3c..f5f3172 100644
--- a/WebCore/page/animation/AnimationBase.h
+++ b/WebCore/page/animation/AnimationBase.h
@@ -42,7 +42,7 @@ class Element;
 class Node;
 class RenderObject;
 class RenderStyle;
-struct TimingFunction;
+class TimingFunction;
 
 class AnimationBase : public RefCounted<AnimationBase> {
     friend class CompositeAnimation;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list