| Index: tools/telemetry/telemetry/page/actions/loop.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/loop.py b/tools/telemetry/telemetry/page/actions/loop.py
|
| index 1e968293a1b4e3a0e488f345f65b36ba404df621..152f7a159d9d6901b6ca38b5668a06e94053f8cb 100644
|
| --- a/tools/telemetry/telemetry/page/actions/loop.py
|
| +++ b/tools/telemetry/telemetry/page/actions/loop.py
|
| @@ -25,7 +25,7 @@ class LoopAction(media_action.MediaAction):
|
| super(LoopAction, self).WillRunAction(page, tab)
|
| self.LoadJS(tab, 'loop.js')
|
|
|
| - def RunAction(self, page, tab, previous_action):
|
| + def RunAction(self, page, tab):
|
| try:
|
| assert hasattr(self, 'loop_count') and self.loop_count > 0
|
| selector = self.selector if hasattr(self, 'selector') else ''
|
|
|