Index: content/test/gpu/gpu_tests/context_lost.py |
diff --git a/content/test/gpu/gpu_tests/context_lost.py b/content/test/gpu/gpu_tests/context_lost.py |
index ad5638597e22779a0a55368ad9d95670025fd3d1..342558a9b2709cc90d84b673288e1fa832a87d16 100644 |
--- a/content/test/gpu/gpu_tests/context_lost.py |
+++ b/content/test/gpu/gpu_tests/context_lost.py |
@@ -45,7 +45,7 @@ class _ContextLostValidator(page_test.PageTest): |
# after each run, but if more tests are added which crash the GPU |
# process, then it will. |
super(_ContextLostValidator, self).__init__( |
- 'ValidatePage', needs_browser_restart_after_each_run=True) |
+ 'ValidatePage', needs_browser_restart_after_each_page=True) |
def CustomizeBrowserOptions(self, options): |
options.AppendExtraBrowserArgs( |