[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
yurys at chromium.org
yurys at chromium.org
Tue Jan 5 23:46:28 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 360c05612ae83ae4b7db90fd8a756c54b60405f3
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Dec 10 07:22:09 2009 +0000
2009-12-09 Yury Semikhatsky <yurys at chromium.org>
Unreviewed, build fix.
Change forward declaration of WebContextMenuData from class to
struct to match its definition. The bug was introduced by
http://trac.webkit.org/changeset/51874
* src/ContextMenuClientImpl.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51937 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 70e96c1..e2b0f15 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2009-12-09 Yury Semikhatsky <yurys at chromium.org>
+
+ Unreviewed, build fix.
+
+ Change forward declaration of WebContextMenuData from class to
+ struct to match its definition. The bug was introduced by
+ http://trac.webkit.org/changeset/51874
+
+ * src/ContextMenuClientImpl.h:
+
2009-12-09 Darin Fisher <darin at chromium.org>
Reviewed by Eric Seidel.
diff --git a/WebKit/chromium/src/ContextMenuClientImpl.h b/WebKit/chromium/src/ContextMenuClientImpl.h
index a499d8b..4191fad 100644
--- a/WebKit/chromium/src/ContextMenuClientImpl.h
+++ b/WebKit/chromium/src/ContextMenuClientImpl.h
@@ -35,8 +35,8 @@
namespace WebKit {
-class WebContextMenuData;
class WebViewImpl;
+struct WebContextMenuData;
class ContextMenuClientImpl : public WebCore::ContextMenuClient {
public:
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list