[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

simon.fraser at apple.com simon.fraser at apple.com
Thu Oct 29 20:39:44 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 7a184e6cd7c88be1d543e1aa766694e9c6c2ff10
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 6 04:40:44 2009 +0000

    2009-10-05  Simon Fraser  <simon.fraser at apple.com>
    
            More build fixes for Tiger.
    
            * WebView/WebVideoFullscreenController.mm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49147 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index b8fe435..dc531cc 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -3,6 +3,12 @@
         More build fixes for Tiger.
 
         * WebView/WebVideoFullscreenController.mm:
+
+2009-10-05  Simon Fraser  <simon.fraser at apple.com>
+
+        More build fixes for Tiger.
+
+        * WebView/WebVideoFullscreenController.mm:
         (-[WebVideoFullscreenWindow animationDidEnd:]):
         * WebView/WebWindowAnimation.m:
 
diff --git a/WebKit/mac/WebView/WebVideoFullscreenController.mm b/WebKit/mac/WebView/WebVideoFullscreenController.mm
index 7860f40..6592ad2 100644
--- a/WebKit/mac/WebView/WebVideoFullscreenController.mm
+++ b/WebKit/mac/WebView/WebVideoFullscreenController.mm
@@ -56,7 +56,7 @@ SOFT_LINK_CLASS(QTKit, QTMovieView)
 - (void)setMovieView:(QTMovieView *)movieView;
 @end
 
- at interface WebVideoFullscreenController () <WebVideoFullscreenHUDWindowControllerDelegate>
+ at interface WebVideoFullscreenController(HUDWindowControllerDelegate) <WebVideoFullscreenHUDWindowControllerDelegate>
 @end
 
 @implementation WebVideoFullscreenController

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list