| Index: tools/perf/page_sets/typical_10_mobile.py
|
| diff --git a/tools/perf/page_sets/typical_10_mobile.py b/tools/perf/page_sets/typical_10_mobile.py
|
| index 9c8951d678053452008a0f4e1311a28420adefa0..5b03a73c4e2aa850b40e7390ad489821151307db 100644
|
| --- a/tools/perf/page_sets/typical_10_mobile.py
|
| +++ b/tools/perf/page_sets/typical_10_mobile.py
|
| @@ -29,7 +29,7 @@ class Typical10MobileReloadPage(Typical10MobilePage):
|
| def RunPageInteractions(self, action_runner):
|
| for _ in range(0, 5):
|
| action_runner.ReloadPage()
|
| - action_runner.WaitForJavaScriptCondition2(
|
| + action_runner.WaitForJavaScriptCondition(
|
| 'document.readyState === "complete"')
|
|
|
|
|
|
|