| Index: tools/perf/benchmarks/octane.py
|
| diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
|
| index 2ee49cefb0ff2ab4a28454a762aee6036e00066f..8c7c9daee8c8e982d26f6253b8212093db3ffc86 100644
|
| --- a/tools/perf/benchmarks/octane.py
|
| +++ b/tools/perf/benchmarks/octane.py
|
| @@ -142,7 +142,7 @@
|
| def Name(cls):
|
| return 'octane'
|
|
|
| - def CreateStorySet(self, options):
|
| + def CreatePageSet(self, options):
|
| ps = page_set.PageSet(
|
| archive_data_file='../page_sets/data/octane.json',
|
| base_dir=os.path.dirname(os.path.abspath(__file__)),
|
|
|