Make the Port object have a Host
Created attachment 114379 [details] Patch
Comment on attachment 114379 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=114379&action=review > Tools/Scripts/webkitpy/layout_tests/port/base.py:90 > + port_name=None, options=None, Separate lines? > Tools/Scripts/webkitpy/layout_tests/port/factory.py:126 > + host = host or self._host I would have put this at the top of the function, but whatever.
Committed r99773: <http://trac.webkit.org/changeset/99773>