| Index: tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
|
| diff --git a/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py b/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
|
| index 5d02e645764331e6bdfaeedcfeef82c3f447d762..0fe12c8e1343903f3bd1269440f6a53b20c64e39 100644
|
| --- a/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
|
| +++ b/tools/perf/contrib/oilpan/oilpan_gc_times_unittest.py
|
| @@ -18,7 +18,7 @@ class TestOilpanGCTimesPage(page_module.Page):
|
|
|
| def __init__(self, page_set):
|
| super(TestOilpanGCTimesPage, self).__init__(
|
| - 'file://blank.html', page_set, page_set.base_dir)
|
| + 'file://blank.html', page_set, page_set.base_dir, name='blank.html')
|
|
|
| def RunPageInteractions(self, action_runner):
|
| with action_runner.CreateGestureInteraction('ScrollAction'):
|
|
|