| Index: tracing/tracing/extras/chrome/cc/region.html
|
| diff --git a/tracing/tracing/extras/chrome/cc/region.html b/tracing/tracing/extras/chrome/cc/region.html
|
| index b023e80f5ccd5bbdec93fdde0e644c250a6f2fd8..e6934a93c719e57090c4d2b0f59cc637ed743e18 100644
|
| --- a/tracing/tracing/extras/chrome/cc/region.html
|
| +++ b/tracing/tracing/extras/chrome/cc/region.html
|
| @@ -18,7 +18,7 @@ tr.exportTo('tr.e.cc', function() {
|
| }
|
|
|
| Region.fromArray = function(array) {
|
| - if (array.length % 4 != 0)
|
| + if (array.length % 4 !== 0)
|
| throw new Error('Array must consist be a multiple of 4 in length');
|
|
|
| var r = new Region();
|
|
|