Title: [109337] trunk/Tools
Revision
109337
Author
[email protected]
Date
2012-03-01 04:40:24 -0800 (Thu, 01 Mar 2012)

Log Message

Unreviewed, GTK NRWT build fix attempt after r109242.

* Scripts/webkitpy/layout_tests/port/gtk.py:
(GtkDriver._start):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (109336 => 109337)


--- trunk/Tools/ChangeLog	2012-03-01 12:39:49 UTC (rev 109336)
+++ trunk/Tools/ChangeLog	2012-03-01 12:40:24 UTC (rev 109337)
@@ -1,3 +1,10 @@
+2012-03-01  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK NRWT build fix attempt after r109242.
+
+        * Scripts/webkitpy/layout_tests/port/gtk.py:
+        (GtkDriver._start):
+
 2012-03-01  Kentaro Hara  <[email protected]>
 
         REGRESSION(r109036): run-bindings-tests fails because resolve-supplemental.pl was renamed

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py (109336 => 109337)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2012-03-01 12:39:49 UTC (rev 109336)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2012-03-01 12:40:24 UTC (rev 109337)
@@ -40,7 +40,7 @@
 
 
 class GtkDriver(WebKitDriver):
-    def _start(self):
+    def _start(self, pixel_tests, per_test_args):
         # Use even displays for pixel tests and odd ones otherwise. When pixel tests are disabled,
         # DriverProxy creates two drivers, one for normal and the other for ref tests. Both have
         # the same worker number, so this prevents them from using the same Xvfb instance.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to