Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1295)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py

Issue 2578213005: Use underscores to separate words in filenames in webkitpy. (Closed)
Patch Set: Fix check for attribute in output_capture.py. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698