Title: [105285] trunk/Source/WebKit2
Revision
105285
Author
[email protected]
Date
2012-01-18 09:35:27 -0800 (Wed, 18 Jan 2012)

Log Message

[Qt][WK2] Fix the debug build.

Unreviewed.

* UIProcess/qt/QtWebPageEventHandler.cpp:
(setInputPanelVisible): Remove assertion from non-member function.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (105284 => 105285)


--- trunk/Source/WebKit2/ChangeLog	2012-01-18 17:27:52 UTC (rev 105284)
+++ trunk/Source/WebKit2/ChangeLog	2012-01-18 17:35:27 UTC (rev 105285)
@@ -1,3 +1,12 @@
+2012-01-18  Andras Becsi  <[email protected]>
+
+        [Qt][WK2] Fix the debug build.
+
+        Unreviewed.
+
+        * UIProcess/qt/QtWebPageEventHandler.cpp:
+        (setInputPanelVisible): Remove assertion from non-member function.
+
 2012-01-12  Kenneth Rohde Christiansen  <[email protected]>
 
         [Qt] Zoom in to the focused node only when vkb starts becoming visible

Modified: trunk/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp (105284 => 105285)


--- trunk/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp	2012-01-18 17:27:52 UTC (rev 105284)
+++ trunk/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp	2012-01-18 17:35:27 UTC (rev 105285)
@@ -427,8 +427,6 @@
 
 static void setInputPanelVisible(bool visible)
 {
-    Q_ASSERT(m_webView->hasFocus());
-
     if (qApp->inputPanel()->visible() == visible)
         return;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to