| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py
|
| index 9e4ca78dd37b1ce7a3f9d8935bd5440222d7d891..9767eb1d634b08bcc80896c479ae55b12378ebd7 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py
|
| @@ -95,7 +95,7 @@ class ServerProcess(object):
|
| self._reset()
|
|
|
| # See comment in imports for why we need the win32 APIs and can't just use select.
|
| - # FIXME: there should be a way to get win32 vs. cygwin from platforminfo.
|
| + # FIXME: there should be a way to get win32 vs. cygwin from platform_info.
|
| self._use_win32_apis = sys.platform == 'win32'
|
|
|
| def name(self):
|
|
|