| 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 2ccae9f29346ab55011148127fa0740b497a9fe3..5819ba178b94f70928f54423491b5fa3256d787a 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_robustness.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_robustness.py
|
| @@ -65,7 +65,7 @@
|
| def Name(cls):
|
| return 'webgl_robustness'
|
|
|
| - def CreateStorySet(self, options):
|
| + def CreatePageSet(self, options):
|
| ps = page_set.PageSet(
|
| base_dir=conformance_path,
|
| serving_dirs=[''])
|
|
|