Skip to content

Commit

Permalink
Bug 1530699 - Apply breakpoints to all discovered sources, r=loganfsm…
Browse files Browse the repository at this point in the history
…yth.

UltraBlame original commit: 43963f700a1e06a01d46158177dccd3c3987c9c0
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 55aa6cd commit 87eb29b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions devtools/server/actors/thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -5147,9 +5147,7 @@ findSources
{
this
.
sources
.
createSourceActor
_addSource
(
source
)
Expand Down Expand Up @@ -7421,15 +7419,6 @@ skipBreakpoints
this
.
skipBreakpoints
breakpoints
:
this
.
breakpointActorMap
.
listKeys
(
)
}
;
}
Expand Down

0 comments on commit 87eb29b

Please sign in to comment.