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

andersca at apple.com andersca at apple.com
Fri Jan 21 14:58:32 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5e5918602792aaac9d8b5510946496c3e2d74af9
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 20:26:50 2011 +0000

    Fix Windows build.
    
    * WebProcess/WebPage/WebPage.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75094 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index a399f1a..0ce116e 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-05  Anders Carlsson  <andersca at apple.com>
 
+        Fix Windows build.
+        
+        * WebProcess/WebPage/WebPage.cpp:
+
+2011-01-05  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Adele Peterson.
 
         Implement word transformation
diff --git a/WebKit2/WebProcess/WebPage/WebPage.cpp b/WebKit2/WebProcess/WebPage/WebPage.cpp
index f072da6..15c9c80 100644
--- a/WebKit2/WebProcess/WebPage/WebPage.cpp
+++ b/WebKit2/WebProcess/WebPage/WebPage.cpp
@@ -1286,6 +1286,7 @@ void WebPage::unmarkAllBadGrammar()
     }
 }
 
+#if PLATFORM(MAC)
 void WebPage::uppercaseWord()
 {
     m_page->focusController()->focusedOrMainFrame()->editor()->uppercaseWord();
@@ -1300,6 +1301,7 @@ void WebPage::capitalizeWord()
 {
     m_page->focusController()->focusedOrMainFrame()->editor()->capitalizeWord();
 }
+#endif
     
 void WebPage::setTextForActivePopupMenu(int32_t index)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list