Chromium Code Reviews| Index: tools/bots/compiler.py |
| =================================================================== |
| --- tools/bots/compiler.py (revision 35364) |
| +++ tools/bots/compiler.py (working copy) |
| @@ -178,8 +178,7 @@ |
| else: |
| cmd.extend(['--progress=buildbot', '-v']) |
| - if runtime == 'safari': |
| - cmd.append('--clear_safari_cache') |
| + cmd.append('--clear_browser_cache') |
| global IsFirstTestStepCall |
| if IsFirstTestStepCall: |