| Index: tracing/tracing/model/cpu_test.html
|
| diff --git a/tracing/tracing/model/cpu_test.html b/tracing/tracing/model/cpu_test.html
|
| index 2ac7338e089e69f9e19c48220cbdb33f024bca00..74c8e135fbe8cc0739b5771e63d61aa148ad1c87 100644
|
| --- a/tracing/tracing/model/cpu_test.html
|
| +++ b/tracing/tracing/model/cpu_test.html
|
| @@ -45,7 +45,7 @@ tr.b.unittest.testSuite(function() {
|
| cpu.slices.push(tr.c.TestUtils.newSliceEx({start: 1, duration: 3}));
|
| var shiftCount = 0;
|
| ctr.shiftTimestampsForward = function(ts) {
|
| - if (ts == 0.32)
|
| + if (ts === 0.32)
|
| shiftCount++;
|
| };
|
| cpu.slices.push(tr.c.TestUtils.newSliceEx({start: 1, duration: 3}));
|
|
|