| Index: tools/bots/compiler.py | 
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py | 
| index 1127f27f91342fc38d7ce511ad0c108808f11797..581d762f32d2130b71e7975d0a5bd475b79f691f 100644 | 
| --- a/tools/bots/compiler.py | 
| +++ b/tools/bots/compiler.py | 
| @@ -202,7 +202,7 @@ def TestStep(name, mode, system, compiler, runtime, targets, flags, arch): | 
| else: | 
| cmd.extend(['--progress=buildbot', '-v']) | 
|  | 
| -    cmd.append('--reset-browser-configuration') | 
| +    cmd.append('--clear_browser_cache') | 
|  | 
| global IsFirstTestStepCall | 
| if IsFirstTestStepCall: | 
|  |