Title: [146674] trunk/Source/WebKit/blackberry
Revision
146674
Author
[email protected]
Date
2013-03-22 16:23:07 -0700 (Fri, 22 Mar 2013)

Log Message

[BlackBerry] Build fix in InputHandler
https://bugs.webkit.org/show_bug.cgi?id=113092

Patch by Nima Ghanavatian <[email protected]> on 2013-03-22
Reviewed by Rob Buis.

* WebKitSupport/InputHandler.cpp:
(BlackBerry::WebKit::InputHandler::setElementUnfocused):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (146673 => 146674)


--- trunk/Source/WebKit/blackberry/ChangeLog	2013-03-22 23:12:36 UTC (rev 146673)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2013-03-22 23:23:07 UTC (rev 146674)
@@ -1,5 +1,15 @@
 2013-03-22  Nima Ghanavatian  <[email protected]>
 
+        [BlackBerry] Build fix in InputHandler
+        https://bugs.webkit.org/show_bug.cgi?id=113092
+
+        Reviewed by Rob Buis.
+
+        * WebKitSupport/InputHandler.cpp:
+        (BlackBerry::WebKit::InputHandler::setElementUnfocused):
+
+2013-03-22  Nima Ghanavatian  <[email protected]>
+
         Check focused node reference when traversing through history
         https://bugs.webkit.org/show_bug.cgi?id=113082
 

Modified: trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp (146673 => 146674)


--- trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp	2013-03-22 23:12:36 UTC (rev 146673)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp	2013-03-22 23:23:07 UTC (rev 146674)
@@ -856,7 +856,7 @@
     m_webPage->m_client->requestSpellingCheckingOptions(spellCheckingOptionRequest, caretRect, screenOffset, shouldMoveDialog);
 }
 
-void InputHandler::setElementUnfocused(bool refocusOccuring, bool isFrameUnloading)
+void InputHandler::setElementUnfocused(bool refocusOccuring)
 {
     if (isActiveTextEdit() && m_currentFocusElement->attached() && m_currentFocusElement->document()->attached()) {
         FocusLog(Platform::LogLevelInfo, "InputHandler::setElementUnfocused");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to