[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
weinig at apple.com
weinig at apple.com
Wed Jan 20 22:14:28 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 66760953629916fc40db05accc93db1d00d833db
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