| Index: tracing/tracing/base/raf_test.html
|
| diff --git a/tracing/tracing/base/raf_test.html b/tracing/tracing/base/raf_test.html
|
| index be400ffc9a92a2f9bffd590f67701115342a6a19..7aa19b1a8647d0e03b6926bbe53e3eac38024c94 100644
|
| --- a/tracing/tracing/base/raf_test.html
|
| +++ b/tracing/tracing/base/raf_test.html
|
| @@ -9,8 +9,7 @@ found in the LICENSE file.
|
| 'use strict';
|
|
|
| tr.b.unittest.testSuite(function() {
|
| - if (tr.isHeadless)
|
| - return;
|
| + if (tr.isHeadless) return;
|
|
|
| test('idleCallbackWorks', function() {
|
| return new Promise(function(resolve, reject) {
|
|
|