Title: [96698] trunk/Tools
Revision
96698
Author
[email protected]
Date
2011-10-05 06:08:51 -0700 (Wed, 05 Oct 2011)

Log Message

[Qt][WK2] Unreviewed build fix.

Don't use WebCore directly in WTR.

* WebKitTestRunner/qt/PlatformWebViewQt.cpp:
(WTR::PlatformWebView::addChromeInputField):
(WTR::PlatformWebView::removeChromeInputField):
(WTR::PlatformWebView::makeWebViewFirstResponder):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96697 => 96698)


--- trunk/Tools/ChangeLog	2011-10-05 12:21:19 UTC (rev 96697)
+++ trunk/Tools/ChangeLog	2011-10-05 13:08:51 UTC (rev 96698)
@@ -1,3 +1,14 @@
+2011-10-05  Balazs Kelemen  <[email protected]>
+
+        [Qt][WK2] Unreviewed build fix.
+
+        Don't use WebCore directly in WTR.
+
+        * WebKitTestRunner/qt/PlatformWebViewQt.cpp:
+        (WTR::PlatformWebView::addChromeInputField):
+        (WTR::PlatformWebView::removeChromeInputField):
+        (WTR::PlatformWebView::makeWebViewFirstResponder):
+
 2011-10-05  David Levin  <[email protected]>
 
         watchlist: Add more rules for chromium public api and sort the file.

Modified: trunk/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp (96697 => 96698)


--- trunk/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp	2011-10-05 12:21:19 UTC (rev 96697)
+++ trunk/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp	2011-10-05 13:08:51 UTC (rev 96698)
@@ -32,7 +32,6 @@
 #include <QApplication>
 #include <QDeclarativeProperty>
 #include <QSGView>
-#include <WebCore/NotImplemented.h>
 
 namespace WTR {
 
@@ -121,17 +120,14 @@
 
 void PlatformWebView::addChromeInputField()
 {
-    notImplemented();
 }
 
 void PlatformWebView::removeChromeInputField()
 {
-    notImplemented();
 }
 
 void PlatformWebView::makeWebViewFirstResponder()
 {
-    notImplemented();
 }
 
 } // namespace WTR
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to