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

mitz at apple.com mitz at apple.com
Wed Dec 22 13:24:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 17664da90abcd0bac565cced92346421c40d3718
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 08:03:21 2010 +0000

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

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 850a53d..c1dccef 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-14  Dan Bernstein  <mitz at apple.com>
+
+        Build fix.
+
+        * editing/EditorCommand.cpp:
+
 2010-09-14  Jia Pu  <jpu at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/editing/EditorCommand.cpp b/WebCore/editing/EditorCommand.cpp
index b7558d3..1b1f14f 100644
--- a/WebCore/editing/EditorCommand.cpp
+++ b/WebCore/editing/EditorCommand.cpp
@@ -1122,10 +1122,12 @@ static bool supportedPaste(Frame* frame, EditorCommandSource source)
     return false;
 }
 
+#if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
 static bool supportedDismissCorrectionPanel(Frame* frame, EditorCommandSource source)
 {
     return supportedFromMenuOrKeyBinding(frame, source) && frame->editor()->isShowingCorrectionPanel();
 }
+#endif
 
 // Enabled functions
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list