Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Bug 1010552 - Breakpoints not removed from server when tab is closed;…
Browse files Browse the repository at this point in the history
…r=jlong
  • Loading branch information
ejpbruel2 committed May 5, 2015
1 parent 45e5cb1 commit 1e817a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions toolkit/devtools/server/actors/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4746,6 +4746,10 @@ BreakpointActor.prototype = {
actorPrefix: "breakpoint",
condition: null,

disconnect: function () {
this.removeScripts();
},

hasScript: function (aScript) {
return this.scripts.has(aScript);
},
Expand Down

0 comments on commit 1e817a5

Please sign in to comment.