Index: content/test/gpu/gpu_tests/pixel.py |
diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py |
index ca9a74dcd8e687751932c8136d2d9b7908b82857..f6d46811cbd66c47fbd45a1af50ad7cbd224595d 100644 |
--- a/content/test/gpu/gpu_tests/pixel.py |
+++ b/content/test/gpu/gpu_tests/pixel.py |
@@ -161,7 +161,7 @@ |
'(only used for local testing without a cloud storage account)', |
default=default_reference_image_dir) |
- def CreateStorySet(self, options): |
+ def CreatePageSet(self, options): |
page_set = page_sets.PixelTestsPageSet() |
for page in page_set.pages: |
page.script_to_evaluate_on_commit = test_harness_script |