| Index: tools/perf/page_sets/tough_filters_cases.py
|
| diff --git a/tools/perf/page_sets/tough_filters_cases.py b/tools/perf/page_sets/tough_filters_cases.py
|
| index 2c7bc8d5d82ffa29f868c94c44b797c87ec980fc..36b41276f978fd885a469080728a2436376dbc63 100644
|
| --- a/tools/perf/page_sets/tough_filters_cases.py
|
| +++ b/tools/perf/page_sets/tough_filters_cases.py
|
| @@ -23,7 +23,7 @@ class PirateMarkPage(page_module.Page):
|
| def RunPageInteractions(self, action_runner):
|
| action_runner.WaitForNetworkQuiescence()
|
| with action_runner.CreateInteraction('Filter'):
|
| - action_runner.EvaluateJavaScript2(
|
| + action_runner.EvaluateJavaScript(
|
| 'document.getElementById("benchmarkButtonText").click()')
|
| action_runner.Wait(10)
|
|
|
|
|