Index: tools/perf/benchmarks/tab_switching.py |
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py |
index 3b2bbe14a6e6dbf488d713a2670782a398564d0e..08208e3a8838e68cd0c7226a5a506d3a9309ff38 100644 |
--- a/tools/perf/benchmarks/tab_switching.py |
+++ b/tools/perf/benchmarks/tab_switching.py |
@@ -39,7 +39,7 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark): |
""" |
test = tab_switching.TabSwitching |
- def CreatePageSet(self, options): |
+ def CreateStorySet(self, options): |
return page_sets.Typical25PageSet(run_no_page_interactions=True) |
@classmethod |