| Index: tools/perf/page_sets/calendar_forward_backward.py
|
| diff --git a/tools/perf/page_sets/calendar_forward_backward.py b/tools/perf/page_sets/calendar_forward_backward.py
|
| index 2d0be430dc90ac1d4c5b8a24414d7ed0b12bf869..0e369a3b8674c13d4e245745231b658b4a3dfcbd 100644
|
| --- a/tools/perf/page_sets/calendar_forward_backward.py
|
| +++ b/tools/perf/page_sets/calendar_forward_backward.py
|
| @@ -22,7 +22,7 @@ class CalendarForwardBackwardPage(page_module.Page):
|
| self.archive_data_file = 'data/calendar_forward_backward.json'
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| action_runner.RunAction(WaitAction(
|
| {
|
| 'seconds': 2
|
|
|