Index: tools/bots/compiler.py |
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py |
index 581d762f32d2130b71e7975d0a5bd475b79f691f..1127f27f91342fc38d7ce511ad0c108808f11797 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('--clear_browser_cache') |
+ cmd.append('--reset-browser-configuration') |
global IsFirstTestStepCall |
if IsFirstTestStepCall: |