| Index: tools/perf/page_sets/tough_path_rendering_cases.py
|
| diff --git a/tools/perf/page_sets/tough_path_rendering_cases.py b/tools/perf/page_sets/tough_path_rendering_cases.py
|
| index 626b545de3868b7d8eafbf0c3568f31f66a27da2..b8b4dd912ca59ad02f638a36ac8493a417b970b3 100644
|
| --- a/tools/perf/page_sets/tough_path_rendering_cases.py
|
| +++ b/tools/perf/page_sets/tough_path_rendering_cases.py
|
| @@ -15,7 +15,7 @@ class ChalkboardPage(page_module.Page):
|
|
|
| def RunPageInteractions(self, action_runner):
|
| with action_runner.CreateInteraction('ClickStart'):
|
| - action_runner.EvaluateJavaScript2(
|
| + action_runner.EvaluateJavaScript(
|
| 'document.getElementById("StartButton").click()')
|
| action_runner.Wait(20)
|
|
|
|
|