[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andersca at apple.com andersca at apple.com
Mon Feb 21 00:15:44 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 7efcf1c7209cc85237d8c3be2993d2224a613757
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 29 00:50:19 2011 +0000

    Yet another build fix (What was I thinking?)
    
    * WebProcess/Downloads/Download.h:
    * WebProcess/Plugins/PluginProxy.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77029 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index 98a437c..ea43df2 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-28  Anders Carlsson  <andersca at apple.com>
 
+        Yet another build fix (What was I thinking?)
+
+        * WebProcess/Downloads/Download.h:
+        * WebProcess/Plugins/PluginProxy.h:
+
+2011-01-28  Anders Carlsson  <andersca at apple.com>
+
         Fix Windows build.
 
         * Shared/PrintInfo.h:
diff --git a/Source/WebKit2/WebProcess/Downloads/Download.h b/Source/WebKit2/WebProcess/Downloads/Download.h
index ead6a73..97d3a62 100644
--- a/Source/WebKit2/WebProcess/Downloads/Download.h
+++ b/Source/WebKit2/WebProcess/Downloads/Download.h
@@ -34,8 +34,8 @@
 #if PLATFORM(MAC)
 #include <wtf/RetainPtr.h>
 
-OBJC_CLASS NSPopUpButtonCell;
-OBJC_CLASS WKView;
+OBJC_CLASS NSURLDownload;
+OBJC_CLASS WKDownloadAsDelegate;
 #endif
 
 #if USE(CFNETWORK)
diff --git a/Source/WebKit2/WebProcess/Plugins/PluginProxy.h b/Source/WebKit2/WebProcess/Plugins/PluginProxy.h
index 0ce9abb..9be7bd1 100644
--- a/Source/WebKit2/WebProcess/Plugins/PluginProxy.h
+++ b/Source/WebKit2/WebProcess/Plugins/PluginProxy.h
@@ -33,8 +33,7 @@
 
 #if PLATFORM(MAC)
 #include <wtf/RetainPtr.h>
-OBJC_CLASS NSPopUpButtonCell;
-OBJC_CLASS WKView;
+OBJC_CLASS CALayer;
 #endif
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list