[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 18:46:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fe1e92042a6088c7c2cfefb69538ef63803680f4
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 17 21:29:30 2010 +0000

    Qt build fix.
    
    * UIProcess/qt/WebPopupMenuProxyQt.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74289 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index f9ac0a1..b6c5486 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-17  Brian Weinstein  <bweinstein at apple.com>
 
+        Qt build fix.
+
+        * UIProcess/qt/WebPopupMenuProxyQt.h:
+
+2010-12-17  Brian Weinstein  <bweinstein at apple.com>
+
         Reviewed by Anders Carlsson.
 
         Text area does not update when you arrow through a <select> in WebKit2
diff --git a/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.h b/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.h
index 982f166..e6c7a1e 100644
--- a/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.h
+++ b/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.h
@@ -38,7 +38,7 @@ public:
     }
     ~WebPopupMenuProxyQt();
 
-    virtual void showPopupMenu(const WebCore::IntRect&, const Vector<WebPopupItem>&, const PlatformPopupMenuData&, int32_t selectedIndex, int32_t& newSelectedIndex);
+    virtual void showPopupMenu(const WebCore::IntRect&, const Vector<WebPopupItem>&, const PlatformPopupMenuData&, int32_t selectedIndex);
     virtual void hidePopupMenu();
 
 private:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list