| Index: tools/perf/page_sets/indexeddb_offline.py
|
| diff --git a/tools/perf/page_sets/indexeddb_offline.py b/tools/perf/page_sets/indexeddb_offline.py
|
| index 8679d6550127229c44610404bdcbbf08cf21cc77..58bfffeacca7ab100617f669f1fcc2825db2550d 100644
|
| --- a/tools/perf/page_sets/indexeddb_offline.py
|
| +++ b/tools/perf/page_sets/indexeddb_offline.py
|
| @@ -19,7 +19,7 @@ class IndexeddbOfflinePage(page_module.Page):
|
| self.user_agent_type = 'desktop'
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| action_runner.RunAction(WaitAction(
|
| {
|
| 'text': 'initialized',
|
|
|