| Index: tools/perf/page_sets/system_health/browsing_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py
|
| index f9be0b34829e63b12e60e0dad78b131e89f4dc95..62b843dae098dcbe2ab03b87557f3831ccf2196a 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -40,7 +40,7 @@ class _BrowsingStory(system_health_story.SystemHealthStory):
|
| self._WaitForNavigation(action_runner)
|
|
|
| def _NavigateBack(self, action_runner):
|
| - action_runner.ExecuteJavaScript('window.history.back()')
|
| + action_runner.NavigateBack()
|
| self._WaitForNavigation(action_runner)
|
|
|
|
|
|
|