Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index b8398b1d3c30d0e1b1af69057c87ef6ad2fbc877..094d1ae877b4ef0140593a1fff5497499c657ad3 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -227,7 +227,7 @@ def RunWebkitLayoutTests(options): |
'--target', options.target, |
'--builder-name', options.build_properties.get('buildername', ''), |
'--build-number', str(options.build_properties.get('buildnumber', '')), |
- '--master-name', 'ChromiumWebKit', # TODO: Get this from the cfg. |
+ '--master-name', 'ChromiumWebkit', # TODO: Get this from the cfg. |
'--build-name', options.build_properties.get('buildername', ''), |
'--platform=android'] |