Index: content/test/gpu/gpu_tests/webgl_robustness.py |
diff --git a/content/test/gpu/gpu_tests/webgl_robustness.py b/content/test/gpu/gpu_tests/webgl_robustness.py |
index 5819ba178b94f70928f54423491b5fa3256d787a..2ccae9f29346ab55011148127fa0740b497a9fe3 100644 |
--- a/content/test/gpu/gpu_tests/webgl_robustness.py |
+++ b/content/test/gpu/gpu_tests/webgl_robustness.py |
@@ -65,7 +65,7 @@ class WebglRobustness(benchmark.Benchmark): |
def Name(cls): |
return 'webgl_robustness' |
- def CreatePageSet(self, options): |
+ def CreateStorySet(self, options): |
ps = page_set.PageSet( |
base_dir=conformance_path, |
serving_dirs=['']) |