Title: [188179] trunk/Tools
Revision
188179
Author
achristen...@apple.com
Date
2015-08-07 17:21:26 -0700 (Fri, 07 Aug 2015)

Log Message

[GTK] Another build fix after r188157.

* WebKitTestRunner/gtk/PlatformWebViewGtk.cpp:
(WTR::PlatformWebView::viewSupportsOptions):
Name all the things correctly!

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188178 => 188179)


--- trunk/Tools/ChangeLog	2015-08-08 00:14:59 UTC (rev 188178)
+++ trunk/Tools/ChangeLog	2015-08-08 00:21:26 UTC (rev 188179)
@@ -1,5 +1,13 @@
 2015-08-07  Alex Christensen  <achristen...@webkit.org>
 
+        [GTK] Another build fix after r188157.
+
+        * WebKitTestRunner/gtk/PlatformWebViewGtk.cpp:
+        (WTR::PlatformWebView::viewSupportsOptions):
+        Name all the things correctly!
+
+2015-08-07  Alex Christensen  <achristen...@webkit.org>
+
         [EFL, GTK] Build fix after r188176.
 
         * DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt:

Modified: trunk/Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp (188178 => 188179)


--- trunk/Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp	2015-08-08 00:14:59 UTC (rev 188178)
+++ trunk/Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp	2015-08-08 00:21:26 UTC (rev 188179)
@@ -141,7 +141,7 @@
 {
 }
 
-bool PlatformWebView::viewSupportsOptions(const TestOptions&) const
+bool PlatformWebView::viewSupportsOptions(const ViewOptions&) const
 {
     return true;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to