| Index: tools/perf/benchmarks/v8.py
|
| diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
|
| index 0a6ea1604247ec574b41b409e524a0b754771854..70e6c9e998b3e6f793b7531fa90a1e93926d5902 100644
|
| --- a/tools/perf/benchmarks/v8.py
|
| +++ b/tools/perf/benchmarks/v8.py
|
| @@ -63,8 +63,6 @@ class V8InfiniteScroll(perf_benchmark.PerfBenchmark):
|
| # TODO(perezju): Temporary workaround to disable periodic memory dumps.
|
| # See: http://crbug.com/513692
|
| '--enable-memory-benchmarking',
|
| - # TODO(ssid): Remove this flag after fixing http://crbug.com/461788.
|
| - '--no-sandbox',
|
| '--js-flags=--heap-growing-percent=10'
|
| ])
|
|
|
|
|