| Index: tracing/tracing/base/iteration_helpers.html
|
| diff --git a/tracing/tracing/base/iteration_helpers.html b/tracing/tracing/base/iteration_helpers.html
|
| index 4955b7d2c5bbdc5c7d31fb72fc161981f6852a6c..d3e8bf7a4dfb0b146534c6d28edae4dffa38ba88 100644
|
| --- a/tracing/tracing/base/iteration_helpers.html
|
| +++ b/tracing/tracing/base/iteration_helpers.html
|
| @@ -67,7 +67,7 @@ tr.exportTo('tr.b', function() {
|
| if (tmp)
|
| return tmp;
|
| }
|
| - if (x.length == y.length)
|
| + if (x.length === y.length)
|
| return 0;
|
|
|
| if (x[i] === undefined)
|
|
|