Index: test/inspector/debugger/update-call-frame-scopes.js |
diff --git a/test/inspector/debugger/update-call-frame-scopes.js b/test/inspector/debugger/update-call-frame-scopes.js |
index f4a0f12397c501668d761303730fab169c09e645..e0b7307b92b401f1b279ef5be58271f101e7b28e 100644 |
--- a/test/inspector/debugger/update-call-frame-scopes.js |
+++ b/test/inspector/debugger/update-call-frame-scopes.js |
@@ -2,7 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-InspectorTest.addScript( |
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests updating call frame scopes'); |
+ |
+contextGroup.addScript( |
`function TestFunction() |
{ |
var a = 2; |