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

mrowe at apple.com mrowe at apple.com
Wed Dec 22 12:40:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 852083ffff91071b5eb3341dc81246aed2e31e2b
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 00:56:49 2010 +0000

    Darin pointed out that the braces are unnecessary in an Objective-C interface
    declaration when there are no data members.
    
    * platform/graphics/mac/MediaPlayerPrivateQTKit.mm: Begone, evil braces!
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66161 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3920af8..62bc715 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-26  Mark Rowe  <mrowe at apple.com>
+
+        Darin pointed out that the braces are unnecessary in an Objective-C interface
+        declaration when there are no data members.
+
+        * platform/graphics/mac/MediaPlayerPrivateQTKit.mm: Begone, evil braces!
+
 2010-08-26  Gavin Barraclough  <barraclough at apple.com>
 
         Rubber Stamped by Oliver Hunt.
diff --git a/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm b/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
index 8cd407b..769c0f0 100644
--- a/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
+++ b/WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
@@ -154,9 +154,6 @@ enum {
 #endif
 
 @interface FakeQTMovieView : NSObject
-{
-}
-
 - (WebCoreMovieObserver *)delegate;
 @end
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list