[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

weinig at apple.com weinig at apple.com
Thu Apr 8 00:56:04 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 078ca5fb9668eb65497f63ddf372f8af8d08dfe8
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 6 23:09:28 2010 +0000

    Attempt to fix non-Snow Leopard Mac build.
    
    * WebCoreSupport/WebFrameLoaderClient.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52874 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index c279aa1..891be8f 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-06  Sam Weinig  <sam at webkit.org>
+
+        Attempt to fix non-Snow Leopard Mac build.
+
+        * WebCoreSupport/WebFrameLoaderClient.mm:
+
 2010-01-06  Kevin Decker  <kdecker at apple.com>
 
         Reviewed by Eric Carlson.
diff --git a/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm b/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
index 5934d7c..108ae99 100644
--- a/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
+++ b/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
@@ -1479,11 +1479,6 @@ static NSView *pluginView(WebFrame *frame, WebPluginPackage *pluginPackage,
 
 class NetscapePluginWidget : public PluginWidget {
 public:
-    NetscapePluginWidget(WebBaseNetscapePluginView *view)
-        : PluginWidget(view)
-    {
-    }
-    
     virtual void handleEvent(Event*)
     {
         Frame* frame = Frame::frameForWidget(this);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list