Index: tools/telemetry/telemetry/page/record_wpr.py |
diff --git a/tools/telemetry/telemetry/page/record_wpr.py b/tools/telemetry/telemetry/page/record_wpr.py |
index f12a4109528d50c8122ea6f8935c92edc044e41f..a55b238570dbae31234d4f55b123c438b32cd4c2 100755 |
--- a/tools/telemetry/telemetry/page/record_wpr.py |
+++ b/tools/telemetry/telemetry/page/record_wpr.py |
@@ -73,7 +73,7 @@ class RecordPage(page_test.PageTest): # pylint: disable=W0223 |
continue |
if should_reload: |
self.RunNavigateSteps(page, tab) |
- action_runner = action_runner_module.ActionRunner(page, tab, self) |
+ action_runner = action_runner_module.ActionRunner(tab) |
if interactive: |
action_runner.RunAction(interact.InteractAction()) |
else: |