Index: tools/perf/measurements/polymer_load.py |
diff --git a/tools/perf/measurements/polymer_load.py b/tools/perf/measurements/polymer_load.py |
index d6c322b6bd66f8838a4612b8f2cdcf4360edaf55..a92576a1582a4a7bfb52e7ac0e42ed6a12fae92a 100644 |
--- a/tools/perf/measurements/polymer_load.py |
+++ b/tools/perf/measurements/polymer_load.py |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from telemetry.page.actions.all_page_actions import NavigateAction, WaitAction |
+from telemetry.page.actions.all_page_actions import WaitAction |
from telemetry.page import page |
from telemetry.page import page_measurement |
@@ -24,7 +24,7 @@ class PageForPolymerLoad(page.Page): |
''' |
def RunNavigateSteps(self, action_runner): |
- action_runner.RunAction(NavigateAction()) |
+ action_runner.NavigateToPage(self) |
action_runner.RunAction(WaitAction( |
{ |
'javascript': "window.__polymer_ready" |