| 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 17261663f9744ab57fafb2f80d1959e8e774ca95..f995d426c71487f3b9f69d163dbf0f3873b1411d 100644
|
| --- a/tools/perf/page_sets/mobile_memory.py
|
| +++ b/tools/perf/page_sets/mobile_memory.py
|
| @@ -32,7 +32,7 @@ class GmailPage(MobileMemoryPage):
|
| def ReloadAndGc(self, action_runner):
|
| action_runner.RunAction(ReloadAction())
|
| action_runner.Wait(15)
|
| - action_runner.RunAction(JsCollectGarbageAction())
|
| + action_runner.ForceGarbageCollection()
|
|
|
| def RunStressMemory(self, action_runner):
|
| for _ in xrange(3):
|
|
|