| Index: test/inspector/runtime/internal-properties-entries.js
|
| diff --git a/test/inspector/runtime/internal-properties-entries.js b/test/inspector/runtime/internal-properties-entries.js
|
| index 4897bd139d38fed86f01214e3452bc08eaaec91c..9555ae55585d0f3b9e782a7f6e2872fb7d0fb2a7 100644
|
| --- a/test/inspector/runtime/internal-properties-entries.js
|
| +++ b/test/inspector/runtime/internal-properties-entries.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -InspectorTest.log('Checks internal [[Entries]] in Runtime.getProperties output');
|
| +let {session, contextGroup, Protocol} = InspectorTest.start('Checks internal [[Entries]] in Runtime.getProperties output');
|
|
|
| Protocol.Runtime.enable();
|
|
|
|
|