Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: webkit/glue/devtools/js/debugger_agent.js

Issue 155090: DevTools: clear breakpoints when devtools window is closing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/devtools/debugger_agent_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/glue/devtools/debugger_agent_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698