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

yurys at chromium.org yurys at chromium.org
Thu Apr 8 00:30:42 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e6f871a1edca9d92f34e1802ae85892fa290a3fe
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