[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
aroben at apple.com
aroben at apple.com
Tue Jan 5 23:52:38 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 7132716b4e9d6bd99cc3897403de125fd4d1c1b3
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Dec 17 20:32:45 2009 +0000
Mac build fix
* WebView/WebVideoFullscreenController.mm: Added now-needed #import.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52277 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index ee545bd..f84362d 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-17 Adam Roben <aroben at apple.com>
+
+ Mac build fix
+
+ * WebView/WebVideoFullscreenController.mm: Added now-needed #import.
+
2009-12-13 Sam Weinig <sam at webkit.org>
Reviewed by Dan Bernstein.
diff --git a/WebKit/mac/WebView/WebVideoFullscreenController.mm b/WebKit/mac/WebView/WebVideoFullscreenController.mm
index 946da90..e5fde5e 100644
--- a/WebKit/mac/WebView/WebVideoFullscreenController.mm
+++ b/WebKit/mac/WebView/WebVideoFullscreenController.mm
@@ -34,6 +34,7 @@
#import <WebCore/HTMLMediaElement.h>
#import <WebCore/SoftLinking.h>
#import <objc/objc-runtime.h>
+#import <wtf/UnusedParam.h>
SOFT_LINK_FRAMEWORK(QTKit)
SOFT_LINK_CLASS(QTKit, QTMovieView)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list