Changeset 109337 in webkit


Ignore:
Timestamp:
Mar 1, 2012 4:40:24 AM (12 years ago)
Author:
Philippe Normand
Message:

Unreviewed, GTK NRWT build fix attempt after r109242.

  • Scripts/webkitpy/layout_tests/port/gtk.py:

(GtkDriver._start):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r109335 r109337  
     12012-03-01  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, GTK NRWT build fix attempt after r109242.
     4
     5        * Scripts/webkitpy/layout_tests/port/gtk.py:
     6        (GtkDriver._start):
     7
    182012-03-01  Kentaro Hara  <haraken@chromium.org>
    29
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py

    r109242 r109337  
    4141
    4242class GtkDriver(WebKitDriver):
    43     def _start(self):
     43    def _start(self, pixel_tests, per_test_args):
    4444        # Use even displays for pixel tests and odd ones otherwise. When pixel tests are disabled,
    4545        # DriverProxy creates two drivers, one for normal and the other for ref tests. Both have
Note: See TracChangeset for help on using the changeset viewer.