Bug 64050

Summary: nrwt: fix typo preventing http startup on windows
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric: review+

Description Dirk Pranke 2011-07-06 19:27:24 PDT
nrwt: fix typo preventing http startup on windows
Comment 1 Dirk Pranke 2011-07-06 19:59:32 PDT
Created attachment 99917 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-07-06 20:02:58 PDT
Comment on attachment 99917 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=99917&action=review

OK.

> Tools/Scripts/webkitpy/layout_tests/layout_package/manager_unittest.py:231
> +
> +
> +

I suspect pep8 would tell us that's 3 too many newlines.
Comment 3 Dirk Pranke 2011-07-06 20:19:01 PDT
Committed r90528: <http://trac.webkit.org/changeset/90528>