| Index: tools/perf/page_sets/key_mobile_sites_smooth.py
|
| diff --git a/tools/perf/page_sets/key_mobile_sites_smooth.py b/tools/perf/page_sets/key_mobile_sites_smooth.py
|
| index 5600f86366f72cc30407ceac4beead5efe87105d..2ba71349ef772737578fdcb8b894866d520dd0c0 100644
|
| --- a/tools/perf/page_sets/key_mobile_sites_smooth.py
|
| +++ b/tools/perf/page_sets/key_mobile_sites_smooth.py
|
| @@ -34,7 +34,7 @@ class KeyMobileSitesSmoothPage(page_module.Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| if self.action_on_load_complete:
|
| - action_runner.WaitForJavaScriptCondition2(
|
| + action_runner.WaitForJavaScriptCondition(
|
| 'document.readyState == "complete"', timeout=30)
|
| _IssueMarkerAndScroll(action_runner)
|
|
|
|
|