| Index: test/inspector/runtime/set-or-map-entries.js
|
| diff --git a/test/inspector/runtime/set-or-map-entries.js b/test/inspector/runtime/set-or-map-entries.js
|
| index e3dd757a53c337d50dbc5bc214e5eb4d3f8ce61d..300b84215483f2afc30458f3d326e0abaa19a9e6 100644
|
| --- a/test/inspector/runtime/set-or-map-entries.js
|
| +++ b/test/inspector/runtime/set-or-map-entries.js
|
| @@ -22,6 +22,8 @@ InspectorTest.addScript(`
|
| }
|
| `);
|
|
|
| +InspectorTest.setupInjectedScriptEnvironment();
|
| +
|
| Protocol.Debugger.enable();
|
| Protocol.Runtime.enable();
|
|
|
|
|