| Index: tools/perf/benchmarks/octane.py
|
| diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
|
| index 9558a8431e933737f414a7ecac19620ec6473f6c..e3d3e01c7c6100447d867d120b2c7f7518f6e1b0 100644
|
| --- a/tools/perf/benchmarks/octane.py
|
| +++ b/tools/perf/benchmarks/octane.py
|
| @@ -51,6 +51,6 @@ class Octane(test.Test):
|
| 'data', 'perf', 'third_party', 'octane')
|
| return page_set.PageSet.FromDict({
|
| 'pages': [
|
| - { 'url': 'file:///index.html?auto=1' }
|
| + { 'url': 'file://index.html?auto=1' }
|
| ]
|
| }, octane_dir)
|
|
|