Chromium Code Reviews| Index: webkit/glue/devtools/js/tests.js |
| =================================================================== |
| --- webkit/glue/devtools/js/tests.js (revision 29100) |
| +++ webkit/glue/devtools/js/tests.js (working copy) |
| @@ -725,7 +725,7 @@ |
| ' not found among the completions: ' + |
| JSON.stringify(result)); |
| } |
| - test.releaseControl(); |
| + setTimeout(callback, 0); |
| }); |
| WebInspector.console.prompt.text = expression; |
| WebInspector.console.prompt.autoCompleteSoon(); |