Changeset 55391 in webkit


Ignore:
Timestamp:
Mar 1, 2010 5:29:45 PM (14 years ago)
Author:
dpranke@chromium.org
Message:

2010-03-01 Dirk Pranke <dpranke@chromium.org>

Reviewed by nobody. Build bustage :(

Fix stupid typo that I committed even after David Levin pointed
it out to me :(

https://bugs.webkit.org/show_bug.cgi?id=35553

  • Scripts/webkitpy/layout_tests/port/mac.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55390 r55391  
     12010-03-01  Dirk Pranke  <dpranke@chromium.org>
     2
     3        Reviewed by nobody. Build bustage :(
     4
     5        Fix stupid typo that I committed even after David Levin pointed
     6        it out to me :(
     7
     8        https://bugs.webkit.org/show_bug.cgi?id=35553
     9
     10        * Scripts/webkitpy/layout_tests/port/mac.py:
     11
    1122010-03-01  Chris Fleizach  <cfleizach@apple.com>
    213
  • trunk/WebKitTools/Scripts/webkitpy/layout_tests/port/mac.py

    r55388 r55391  
    446446                    subprocess.Popen(["kill", "-9",
    447447                                     str(self._proc.pid)], stderr=null)
    448                     null.close()                not self._proc.poll()):
     448                    null.close()
    449449
    450450    def _read_line(self, timeout, stop_time, image_length=0):
Note: See TracChangeset for help on using the changeset viewer.