| Index: tools/perf/page_sets/maps.py
|
| diff --git a/tools/perf/page_sets/maps.py b/tools/perf/page_sets/maps.py
|
| index 4d5ec2c1377b7a3a29fd1665f88da15c2027882a..9cd18978ee9e3e277acbd54097eac94072e74cee 100644
|
| --- a/tools/perf/page_sets/maps.py
|
| +++ b/tools/perf/page_sets/maps.py
|
| @@ -29,7 +29,7 @@ class MapsPage(page_module.Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| with action_runner.CreateInteraction('MapAnimation'):
|
| - action_runner.WaitForJavaScriptCondition2(
|
| + action_runner.WaitForJavaScriptCondition(
|
| 'window.testMetrics != undefined', timeout=120)
|
|
|
|
|
|
|