| Index: content/test/gpu/page_sets/memory_tests.py
|
| diff --git a/content/test/gpu/page_sets/memory_tests.py b/content/test/gpu/page_sets/memory_tests.py
|
| index 2492d22f50f702bdd754c67b61548e7810180817..dee9c15aceb7c8abb06afd5aec588b440cc6b4a2 100644
|
| --- a/content/test/gpu/page_sets/memory_tests.py
|
| +++ b/content/test/gpu/page_sets/memory_tests.py
|
| @@ -16,7 +16,7 @@ class MemoryTestsPage(page_module.Page):
|
| self.user_agent_type = 'desktop'
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| action_runner.RunAction(WaitAction(
|
| {
|
| 'javascript': 'domAutomationController._finished',
|
|
|