| Index: tools/perf/page_sets/tough_animation_cases.py
|
| diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py
|
| index a817ad69fef0a81834b8195bfbb237bdab95a924..6e831b2530b24af3650d1e01db699f5a37dedff8 100644
|
| --- a/tools/perf/page_sets/tough_animation_cases.py
|
| +++ b/tools/perf/page_sets/tough_animation_cases.py
|
| @@ -15,7 +15,7 @@ class ToughAnimationCasesPage(page_module.Page):
|
| def RunNavigateSteps(self, action_runner):
|
| super(ToughAnimationCasesPage, self).RunNavigateSteps(action_runner)
|
| if self._need_measurement_ready:
|
| - action_runner.WaitForJavaScriptCondition2('window.measurementReady')
|
| + action_runner.WaitForJavaScriptCondition('window.measurementReady')
|
|
|
| def RunPageInteractions(self, action_runner):
|
| with action_runner.CreateInteraction('ToughAnimation'):
|
|
|