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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 17:51:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3609d77d711d408a78c693de23a9ad0debd2c351
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 1 17:25:09 2010 +0000

    2010-12-01  Martin Robinson  <mrobinson at igalia.com>
    
            Build fix for GTK+.
    
            * platform/gtk/PopupMenuGtk.cpp:
            (WebCore::PopupMenuGtk::typeAheadFind): Uncomment mistakenly commented line.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 28b3c12..960d001 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-01  Martin Robinson  <mrobinson at igalia.com>
+
+        Build fix for GTK+.
+
+        * platform/gtk/PopupMenuGtk.cpp:
+        (WebCore::PopupMenuGtk::typeAheadFind): Uncomment mistakenly commented line.
+
 2010-12-01  Apelete Seketeli  <apelete at seketeli.org> and Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/WebCore/platform/gtk/PopupMenuGtk.cpp b/WebCore/platform/gtk/PopupMenuGtk.cpp
index 49dd24e..b2466c5 100644
--- a/WebCore/platform/gtk/PopupMenuGtk.cpp
+++ b/WebCore/platform/gtk/PopupMenuGtk.cpp
@@ -189,7 +189,8 @@ bool PopupMenuGtk::typeAheadFind(GdkEventKey* event)
 
     // If a menu item has already been selected, start searching from the current
     // item down the list. This will make multiple key presses of the same character
-    // advance the selection.     GList* currentChild = children;
+    // advance the selection.
+    GList* currentChild = children;
     if (m_currentlySelectedMenuItem) {
         currentChild = g_list_find(children, m_currentlySelectedMenuItem);
         if (!currentChild) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list