Title: [140980] trunk/Source/WebKit/blackberry
Revision
140980
Author
[email protected]
Date
2013-01-28 11:15:18 -0800 (Mon, 28 Jan 2013)

Log Message

[BlackBerry] SpellingHandler parses and creates spellcheck requests regardless of the system spell check status
https://bugs.webkit.org/show_bug.cgi?id=108085

Patch by Otto Derek Cheung <[email protected]> on 2013-01-28
Reviewed by Rob Buis.

Fix a merge error that duplicated a function declaration in InputHandler.h.

* WebKitSupport/InputHandler.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (140979 => 140980)


--- trunk/Source/WebKit/blackberry/ChangeLog	2013-01-28 19:09:38 UTC (rev 140979)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2013-01-28 19:15:18 UTC (rev 140980)
@@ -2,6 +2,17 @@
 
         [BlackBerry] SpellingHandler parses and creates spellcheck requests regardless of the system spell check status
         https://bugs.webkit.org/show_bug.cgi?id=108085
+
+        Reviewed by Rob Buis.
+
+        Fix a merge error that duplicated a function declaration in InputHandler.h.
+
+        * WebKitSupport/InputHandler.h:
+
+2013-01-28  Otto Derek Cheung  <[email protected]>
+
+        [BlackBerry] SpellingHandler parses and creates spellcheck requests regardless of the system spell check status
+        https://bugs.webkit.org/show_bug.cgi?id=108085
         PR 286165
 
         Reviewed by Rob Buis.

Modified: trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.h (140979 => 140980)


--- trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.h	2013-01-28 19:09:38 UTC (rev 140979)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.h	2013-01-28 19:15:18 UTC (rev 140980)
@@ -154,8 +154,6 @@
     void callRequestCheckingFor(PassRefPtr<WebCore::SpellCheckRequest>);
     void setSystemSpellCheckStatus(bool enabled) { m_spellCheckStatusConfirmed = true; m_globalSpellCheckStatus = enabled; }
 
-    void callRequestCheckingFor(PassRefPtr<WebCore::SpellCheckRequest>);
-
 private:
     enum PendingKeyboardStateChange { NoChange, Visible, NotVisible };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to