| Index: tools/perf/page_sets/tough_canvas_cases.py
|
| diff --git a/tools/perf/page_sets/tough_canvas_cases.py b/tools/perf/page_sets/tough_canvas_cases.py
|
| index 1a9d7294bd741445b6beab522fa6710c2c06f01d..28ce0bb8158ccb82cf0d4b72cd7513612d09b51a 100644
|
| --- a/tools/perf/page_sets/tough_canvas_cases.py
|
| +++ b/tools/perf/page_sets/tough_canvas_cases.py
|
| @@ -13,7 +13,7 @@ class ToughCanvasCasesPage(page_module.Page):
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| super(ToughCanvasCasesPage, self).RunNavigateSteps(action_runner)
|
| - action_runner.WaitForJavaScriptCondition2(
|
| + action_runner.WaitForJavaScriptCondition(
|
| "document.readyState == 'complete'")
|
|
|
| def RunPageInteractions(self, action_runner):
|
|
|