| 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 e8fe31af26d83328d268b04fb1eed601fc0bed39..a59563b23dc570c41f5d837d4afcfaf39ff5ca86 100644
|
| --- a/content/test/gpu/gpu_tests/memory_test.py
|
| +++ b/content/test/gpu/gpu_tests/memory_test.py
|
| @@ -110,7 +110,7 @@ class MemoryTest(benchmark.Benchmark):
|
| def CreateExpectations(self):
|
| return memory_test_expectations.MemoryTestExpectations()
|
|
|
| - def CreatePageSet(self, options):
|
| + def CreateStorySet(self, options):
|
| page_set = page_sets.MemoryTestsPageSet()
|
| for page in page_set.pages:
|
| page.script_to_evaluate_on_commit = test_harness_script
|
|
|