From 8039ce36678e34c5fddaab85bd46edb8b1f43542 Mon Sep 17 00:00:00 2001 From: nednguyen Date: Wed, 22 Apr 2015 09:36:07 -0700 Subject: [PATCH] Fix maps page_set. BUG=479782, 444701 NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1095843004 Cr-Commit-Position: refs/heads/master@{#326315} --- tools/perf/page_sets/maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/page_sets/maps.py b/tools/perf/page_sets/maps.py index ed49983fa685..5bf64cdb95fc 100644 --- a/tools/perf/page_sets/maps.py +++ b/tools/perf/page_sets/maps.py @@ -24,7 +24,7 @@ class MapsPage(page_module.Page): action_runner.Wait(3) def RunPageInteractions(self, action_runner): - with action_runner.RunPageInteractions('MapAnimation'): + with action_runner.CreateInteraction('MapAnimation'): action_runner.WaitForJavaScriptCondition('window.testDone', 120) -- 2.11.4.GIT