| Index: tools/valgrind/chrome_tests.py
|
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
|
| index 554beb3eff85fc96b0468acf2de754589ae26190..e8074f37f9e1f62bbdbd4d21c332c0e3a1c50ed9 100755
|
| --- a/tools/valgrind/chrome_tests.py
|
| +++ b/tools/valgrind/chrome_tests.py
|
| @@ -568,7 +568,7 @@ class ChromeTests:
|
| # http://crbug.com/176908: Don't launch a browser when done.
|
| "--no-show-results",
|
| "--nocheck-sys-deps",
|
| - "--additional-drt-flag=--no-sandbox"]
|
| + "--additional-driver-flag=--no-sandbox"]
|
| # Pass build mode to run-webkit-tests. We aren't passed it directly,
|
| # so parse it out of build_dir. run-webkit-tests can only handle
|
| # the two values "Release" and "Debug".
|
|
|