Index: content/test/gpu/gpu_tests/memory_test.py |
diff --git a/content/test/gpu/gpu_tests/memory_test.py b/content/test/gpu/gpu_tests/memory_test.py |
index a59563b23dc570c41f5d837d4afcfaf39ff5ca86..e8fe31af26d83328d268b04fb1eed601fc0bed39 100644 |
--- a/content/test/gpu/gpu_tests/memory_test.py |
+++ b/content/test/gpu/gpu_tests/memory_test.py |
@@ -110,7 +110,7 @@ |
def CreateExpectations(self): |
return memory_test_expectations.MemoryTestExpectations() |
- def CreateStorySet(self, options): |
+ def CreatePageSet(self, options): |
page_set = page_sets.MemoryTestsPageSet() |
for page in page_set.pages: |
page.script_to_evaluate_on_commit = test_harness_script |