| Index: tracing/tracing/extras/chrome/cc/picture_test.html
|
| diff --git a/tracing/tracing/extras/chrome/cc/picture_test.html b/tracing/tracing/extras/chrome/cc/picture_test.html
|
| index 25fe0544923246bdf3875d1dd3c846f79bc78689..eed3267da0353a113398534f84e1173778b7bf57 100644
|
| --- a/tracing/tracing/extras/chrome/cc/picture_test.html
|
| +++ b/tracing/tracing/extras/chrome/cc/picture_test.html
|
| @@ -37,8 +37,7 @@ tr.b.unittest.testSuite(function() {
|
| var snapshot = instance.snapshots[0];
|
|
|
| var ops = snapshot.getOps();
|
| - if (!ops)
|
| - return;
|
| + if (!ops) return;
|
| assert.equal(ops.length, 142);
|
|
|
| var op0 = ops[0];
|
|
|