| 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 4b3a92938e33ef3271a837da4ba158859017a081..abbafecf3aae7f0d93308c1452b2f5f173d10588 100644
|
| --- a/tools/perf/page_sets/mobile_memory.py
|
| +++ b/tools/perf/page_sets/mobile_memory.py
|
| @@ -30,7 +30,7 @@ class GmailPage(MobileMemoryPage):
|
| self.credentials = 'google'
|
|
|
| def ReloadAndGc(self, action_runner):
|
| - action_runner.RunAction(ReloadAction())
|
| + action_runner.ReloadPage()
|
| action_runner.Wait(15)
|
| action_runner.ForceGarbageCollection()
|
|
|
|
|