| Index: tools/perf/page_sets/mobile_memory.py
|
| diff --git a/tools/perf/page_sets/mobile_memory.py b/tools/perf/page_sets/mobile_memory.py
|
| index 268a848c9f0f30e9c1d22b56244cbe4c6057be67..4357d10f0d2f2da57b3d1a00fdc38f22336b1d2b 100644
|
| --- a/tools/perf/page_sets/mobile_memory.py
|
| +++ b/tools/perf/page_sets/mobile_memory.py
|
| @@ -59,7 +59,7 @@ class GoogleSearchPage(MobileMemoryPage):
|
| action_runner.Wait(3)
|
| with action_runner.CreateGestureInteraction('ScrollAction'):
|
| action_runner.ScrollPage()
|
| - action_runner.WaitForJavaScriptCondition2(
|
| + action_runner.WaitForJavaScriptCondition(
|
| 'document.getElementById("rg_s").childElementCount > 300')
|
|
|
|
|
|
|