⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107286 in webkit


Ignore:
Timestamp:
Feb 9, 2012, 1:37:09 PM (15 years ago)
Author:
abarth@webkit.org
Message:

Remove extraneous line in previous patch. I forgot to remove this
before landing.

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

(DriverProxy.start):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r107284 r107286  
     12012-02-09  Adam Barth  <abarth@webkit.org>
     2
     3        Remove extraneous line in previous patch.  I forgot to remove this
     4        before landing.
     5
     6        * Scripts/webkitpy/layout_tests/port/driver.py:
     7        (DriverProxy.start):
     8
    192012-02-09  Adam Barth  <abarth@webkit.org>
    210
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/driver.py

    r107284 r107286  
    198198    def start(self):
    199199        self._driver.start()
    200         self._reftest_driver.start()
    201200
    202201    def stop(self):
Note: See TracChangeset for help on using the changeset viewer.