| Index: tools/perf/measurements/oilpan_gc_times.py
|
| diff --git a/tools/perf/measurements/oilpan_gc_times.py b/tools/perf/measurements/oilpan_gc_times.py
|
| index 49e0a2e382c999880fb74c11ad414d30b31fb5a9..eb105ae4513b41e8071489a5920900d9fa8f41fe 100644
|
| --- a/tools/perf/measurements/oilpan_gc_times.py
|
| +++ b/tools/perf/measurements/oilpan_gc_times.py
|
| @@ -176,4 +176,5 @@ class OilpanGCTimesForInternals(_OilpanGCTimesBase):
|
| def CustomizeBrowserOptions(cls, options):
|
| # 'expose-internals-for-testing' can be enabled on content shell.
|
| assert 'content-shell' in options.browser_type
|
| - options.AppendExtraBrowserArgs('--expose-internals-for-testing')
|
| + options.AppendExtraBrowserArgs(['--expose-internals-for-testing',
|
| + '--js-flags=--expose-gc'])
|
|
|