| Index: tools/perf/page_sets/browser_control_click.py
|
| diff --git a/tools/perf/page_sets/browser_control_click.py b/tools/perf/page_sets/browser_control_click.py
|
| index 780d52c0e4d639faedef5ee77364382cb033171e..acb4e9d5858dc306e5f5bd062e7d46c7538429e1 100644
|
| --- a/tools/perf/page_sets/browser_control_click.py
|
| +++ b/tools/perf/page_sets/browser_control_click.py
|
| @@ -21,7 +21,7 @@ class BrowserControlClickPage(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(
|
| {
|
| 'xpath': 'id("attach")',
|
|
|