| Index: tracing/tracing/model/async_slice.html
|
| diff --git a/tracing/tracing/model/async_slice.html b/tracing/tracing/model/async_slice.html
|
| index f3a4dfafeaf00646894e26bd87760e1723c3b52a..2eb6c57184c888cd48a02d0ba5ee3bda090b9964 100644
|
| --- a/tracing/tracing/model/async_slice.html
|
| +++ b/tracing/tracing/model/async_slice.html
|
| @@ -116,7 +116,7 @@ tr.exportTo('tr.model', function() {
|
| return undefined;
|
|
|
| for (var i = 0; i < this.subSlices.length; i++) {
|
| - if (this.subSlices[i].title == targetTitle)
|
| + if (this.subSlices[i].title === targetTitle)
|
| return this.subSlices[i];
|
| var slice = this.subSlices[i].findDescendentSlice(targetTitle);
|
| if (slice) return slice;
|
|
|