Chromium Code Reviews| Index: tracing/tracing/model/model.html |
| diff --git a/tracing/tracing/model/model.html b/tracing/tracing/model/model.html |
| index c9a51cfbd5b41c7a4ce3a18c362b53a1b0dba4a6..81a279b47a8320fbc99976bd314e2452ff12917d 100644 |
| --- a/tracing/tracing/model/model.html |
| +++ b/tracing/tracing/model/model.html |
| @@ -245,7 +245,7 @@ tr.exportTo('tr', function() { |
| this.categories = []; |
| for (var category in categoriesDict) |
| - if (category != '') |
| + if (category !== '') |
| this.categories.push(category); |
| }, |