Index: webkit/glue/devtools/js/debugger_agent.js |
=================================================================== |
--- webkit/glue/devtools/js/debugger_agent.js (revision 19942) |
+++ webkit/glue/devtools/js/debugger_agent.js (working copy) |
@@ -223,6 +223,7 @@ |
breakpoints[line] = breakpointInfo; |
commandArguments = { |
+ 'groupId': this.contextId_, |
'type': 'script', |
'target': script.getUrl(), |
'line': line |
@@ -237,6 +238,7 @@ |
script.addBreakpointInfo(breakpointInfo); |
commandArguments = { |
+ 'groupId': this.contextId_, |
'type': 'scriptId', |
'target': sourceId, |
'line': line |