Chromium Code Reviews| Index: src/debug-delay.js | 
| =================================================================== | 
| --- src/debug-delay.js (revision 1903) | 
| +++ src/debug-delay.js (working copy) | 
| @@ -984,7 +984,8 @@ | 
| o.event = "afterCompile"; | 
| } | 
| o.body = {}; | 
| - o.body.script = MakeScriptObject_(this.script_, true); | 
| + o.body.script = this.script_; | 
| + o.setOption('includeSource', true); | 
| return o.toJSONProtocol(); | 
| } |