Index: tracing/tracing/model/thread.html |
diff --git a/tracing/tracing/model/thread.html b/tracing/tracing/model/thread.html |
index a15ecc027350fd9dbe51736ecb6efa2ef5f9df2f..27c03e757f9a29ae756ec19adbe8e9618debfc87 100644 |
--- a/tracing/tracing/model/thread.html |
+++ b/tracing/tracing/model/thread.html |
@@ -191,7 +191,7 @@ tr.exportTo('tr.model', function() { |
createSubSlices: function() { |
this.sliceGroup.createSubSlices(); |
this.samples_ = this.parent.model.samples.filter(function(sample) { |
- return sample.thread == this; |
+ return sample.thread === this; |
}, this); |
}, |