Title: [188620] trunk/Tools
Revision
188620
Author
clo...@igalia.com
Date
2015-08-18 18:37:50 -0700 (Tue, 18 Aug 2015)

Log Message

REGRESSION(r188548): [GTK] Build broken.
https://bugs.webkit.org/show_bug.cgi?id=148154

Reviewed by Martin Robinson.

* WebKitTestRunner/gtk/TestControllerGtk.cpp:
(WTR::TestController::updatePlatformSpecificViewOptionsForTest):
Even if we don't need to add/override any settings in ViewOptions,
we need to define this as an empty function to make it build.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188619 => 188620)


--- trunk/Tools/ChangeLog	2015-08-19 01:28:03 UTC (rev 188619)
+++ trunk/Tools/ChangeLog	2015-08-19 01:37:50 UTC (rev 188620)
@@ -1,3 +1,15 @@
+2015-08-18  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        REGRESSION(r188548): [GTK] Build broken.
+        https://bugs.webkit.org/show_bug.cgi?id=148154
+
+        Reviewed by Martin Robinson.
+
+        * WebKitTestRunner/gtk/TestControllerGtk.cpp:
+        (WTR::TestController::updatePlatformSpecificViewOptionsForTest):
+        Even if we don't need to add/override any settings in ViewOptions,
+        we need to define this as an empty function to make it build.
+
 2015-08-18  Gyuyoung Kim  <gyuyoung....@webkit.org>
 
         Fix conversion-null warning in conversion.cpp of TestWebKitAPI

Modified: trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp (188619 => 188620)


--- trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp	2015-08-19 01:28:03 UTC (rev 188619)
+++ trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp	2015-08-19 01:37:50 UTC (rev 188620)
@@ -126,4 +126,8 @@
     m_mainWebView->dismissAllPopupMenus();
 }
 
+void TestController::updatePlatformSpecificViewOptionsForTest(ViewOptions&, const TestInvocation&) const
+{
+}
+
 } // namespace WTR
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to