[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:55:44 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 056e91a5a76d1d8f328c04243898166ec3f4ae2e
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 4 22:56:06 2011 +0000

    Build fixes.
    
    * UIProcess/qt/TextCheckerQt.cpp:
    * UIProcess/win/TextCheckerWin.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75013 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 010b068..343016a 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-04  Anders Carlsson  <andersca at apple.com>
 
+        Build fixes.
+
+        * UIProcess/qt/TextCheckerQt.cpp:
+        * UIProcess/win/TextCheckerWin.cpp:
+
+2011-01-04  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Darin Adler.
 
         Don't use macros for the key names.
diff --git a/WebKit2/UIProcess/qt/TextCheckerQt.cpp b/WebKit2/UIProcess/qt/TextCheckerQt.cpp
index 348d3b4..8be13f6 100644
--- a/WebKit2/UIProcess/qt/TextCheckerQt.cpp
+++ b/WebKit2/UIProcess/qt/TextCheckerQt.cpp
@@ -46,25 +46,11 @@ bool TextChecker::isContinuousSpellCheckingAllowed()
     return false;
 }
 
-bool TextChecker::isContinuousSpellCheckingEnabled()
-{
-    notImplemented();
-
-    return false;
-}
-
 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
 {
     notImplemented();
 }
 
-bool TextChecker::isGrammarCheckingEnabled()
-{
-    notImplemented();
-
-    return false;
-}
-
 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled)
 {
     notImplemented();
diff --git a/WebKit2/UIProcess/win/TextCheckerWin.cpp b/WebKit2/UIProcess/win/TextCheckerWin.cpp
index 381d0d8..d2b2040 100644
--- a/WebKit2/UIProcess/win/TextCheckerWin.cpp
+++ b/WebKit2/UIProcess/win/TextCheckerWin.cpp
@@ -46,25 +46,11 @@ bool TextChecker::isContinuousSpellCheckingAllowed()
     return false;
 }
 
-bool TextChecker::isContinuousSpellCheckingEnabled()
-{
-    notImplemented();
-
-    return false;
-}
-
 void TextChecker::setContinuousSpellCheckingEnabled(bool isContinuousSpellCheckingEnabled)
 {
     notImplemented();
 }
 
-bool TextChecker::isGrammarCheckingEnabled()
-{
-    notImplemented();
-
-    return false;
-}
-
 void TextChecker::setGrammarCheckingEnabled(bool isGrammarCheckingEnabled)
 {
     notImplemented();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list