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

Log Message

[GTK] Speculative build fix after r188157.

* WebKitTestRunner/gtk/PlatformWebViewGtk.cpp:
(WTR::PlatformWebView::PlatformWebView):
Update parameter list.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188176 => 188177)


--- trunk/Tools/ChangeLog	2015-08-07 23:42:07 UTC (rev 188176)
+++ trunk/Tools/ChangeLog	2015-08-08 00:09:18 UTC (rev 188177)
@@ -1,5 +1,13 @@
 2015-08-07  Alex Christensen  <achristen...@webkit.org>
 
+        [GTK] Speculative build fix after r188157.
+
+        * WebKitTestRunner/gtk/PlatformWebViewGtk.cpp:
+        (WTR::PlatformWebView::PlatformWebView):
+        Update parameter list.
+
+2015-08-07  Alex Christensen  <achristen...@webkit.org>
+
         Build more testing binaries with CMake on Windows
         https://bugs.webkit.org/show_bug.cgi?id=147799
 

Modified: trunk/Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp (188176 => 188177)


--- trunk/Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp	2015-08-07 23:42:07 UTC (rev 188176)
+++ trunk/Tools/WebKitTestRunner/gtk/PlatformWebViewGtk.cpp	2015-08-08 00:09:18 UTC (rev 188177)
@@ -35,7 +35,7 @@
 
 namespace WTR {
 
-PlatformWebView::PlatformWebView(WKContextRef context, WKPageGroupRef pageGroup, WKPageRef relatedPage, WKDictionaryRef options)
+PlatformWebView::PlatformWebView(WKContextRef context, WKPageGroupRef pageGroup, WKPageRef relatedPage, const ViewOptions& options)
     : m_view(WKViewCreate(context, pageGroup, relatedPage))
     , m_window(gtk_window_new(GTK_WINDOW_POPUP))
     , m_windowIsKey(true)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to