[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mitz at apple.com mitz at apple.com
Fri Jan 21 14:39:09 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5347d3f6f8095058e8b5b4a57e517e068c0d31a8
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 23:43:15 2010 +0000

    Build fix.
    
    * editing/EditorCommand.cpp:
    (WebCore::enabledDismissCorrectionPanel):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74590 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f521dba..8b1c71e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-23  Dan Bernstein  <mitz at apple.com>
+
+        Build fix.
+
+        * editing/EditorCommand.cpp:
+        (WebCore::enabledDismissCorrectionPanel):
+
 2010-12-23  Darin Adler  <darin at apple.com>
 
         Try to fix crash seen on GTK bot.
diff --git a/WebCore/editing/EditorCommand.cpp b/WebCore/editing/EditorCommand.cpp
index 0b1380d..5de44a6 100644
--- a/WebCore/editing/EditorCommand.cpp
+++ b/WebCore/editing/EditorCommand.cpp
@@ -1225,7 +1225,7 @@ static bool enabledUndo(Frame* frame, Event*, EditorCommandSource)
 }
 
 #if SUPPORT_AUTOCORRECTION_PANEL
-static bool enabledDismissCorrectionPanel(Frame* frame, EditorCommandSource source)
+static bool enabledDismissCorrectionPanel(Frame* frame, Event*, EditorCommandSource)
 {
     return frame->editor()->isShowingCorrectionPanel();
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list