| Index: tracing/tracing/model/thread_test.html
|
| diff --git a/tracing/tracing/model/thread_test.html b/tracing/tracing/model/thread_test.html
|
| index fc88dda75011cac3edd5fd97752a82e181f34148..4b5ebd613ac28861982f50998cf8492e5bdd2ce4 100644
|
| --- a/tracing/tracing/model/thread_test.html
|
| +++ b/tracing/tracing/model/thread_test.html
|
| @@ -66,7 +66,7 @@ tr.b.unittest.testSuite(function() {
|
|
|
| var shiftCount = 0;
|
| t.asyncSliceGroup.shiftTimestampsForward = function(ts) {
|
| - if (ts == 0.32)
|
| + if (ts === 0.32)
|
| shiftCount++;
|
| };
|
|
|
| @@ -85,7 +85,7 @@ tr.b.unittest.testSuite(function() {
|
|
|
| var shiftCount = 0;
|
| t.asyncSliceGroup.shiftTimestampsForward = function(ts) {
|
| - if (ts == 0.32)
|
| + if (ts === 0.32)
|
| shiftCount++;
|
| };
|
|
|
|
|