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

jianli at chromium.org jianli at chromium.org
Wed Dec 22 18:40:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 966628ccddffd4bd5ac26868f553e13a41b73c23
Author: jianli at chromium.org <jianli at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 15 18:16:51 2010 +0000

    Unreviewed. Fixed a clang compiling error by making the forward
    declaration of MediaPlayerFactory be consistent with the definition.
    
    * platform/graphics/MediaPlayer.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74122 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 591fb78..731eb00 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-15  Jian Li  <jianli at chromium.org>
+
+        Unreviewed. Fixed a clang compiling error by making the forward
+        declaration of MediaPlayerFactory be consistent with the definition.
+
+        * platform/graphics/MediaPlayer.h:
+
 2010-12-15  David Hyatt  <hyatt at apple.com>
 
         Reviewed by Simon Fraser.
diff --git a/WebCore/platform/graphics/MediaPlayer.h b/WebCore/platform/graphics/MediaPlayer.h
index 1d1b86e..c7d7ef3 100644
--- a/WebCore/platform/graphics/MediaPlayer.h
+++ b/WebCore/platform/graphics/MediaPlayer.h
@@ -91,7 +91,7 @@ class GraphicsContext;
 class IntRect;
 class IntSize;
 class MediaPlayer;
-class MediaPlayerFactory;
+struct MediaPlayerFactory;
 class TimeRanges;
 
 class MediaPlayerClient {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list