Chromium Code Reviews| Index: test/mjsunit/debug-script.js |
| =================================================================== |
| --- test/mjsunit/debug-script.js (revision 7100) |
| +++ test/mjsunit/debug-script.js (working copy) |
| @@ -41,6 +41,7 @@ |
| if (scripts[i].type == Debug.ScriptType.Native) { |
| if (scripts[i].name) { |
| named_native_count++; |
| + print(scripts[i].name); |
|
Vyacheslav Egorov (Chromium)
2011/03/15 09:20:09
please remove
Erik Corry
2011/03/17 13:39:17
Done.
|
| } |
| } else if (scripts[i].type == Debug.ScriptType.Extension) { |
| extension_count++; |