Chromium Code Reviews| Index: tests/standalone/debugger/debug_lib.dart |
| =================================================================== |
| --- tests/standalone/debugger/debug_lib.dart (revision 23086) |
| +++ tests/standalone/debugger/debug_lib.dart (working copy) |
| @@ -428,11 +428,6 @@ |
| } |
| } |
| - runScript(List entries) { |
| - script = new DebugScript(entries); |
| - openConnection(); |
| - } |
| - |
| // Send a debugger command to the target VM. |
| void sendMessage(Map<String,dynamic> msg) { |
| if (msg["id"] != null) { |