Skip to content

Commit 87eb29b

Browse files
committed
Bug 1530699 - Apply breakpoints to all discovered sources, r=loganfsmyth.
UltraBlame original commit: 43963f700a1e06a01d46158177dccd3c3987c9c0
1 parent 55aa6cd commit 87eb29b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

devtools/server/actors/thread.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5147,9 +5147,7 @@ findSources
51475147
{
51485148
this
51495149
.
5150-
sources
5151-
.
5152-
createSourceActor
5150+
_addSource
51535151
(
51545152
source
51555153
)
@@ -7421,15 +7419,6 @@ skipBreakpoints
74217419
this
74227420
.
74237421
skipBreakpoints
7424-
breakpoints
7425-
:
7426-
this
7427-
.
7428-
breakpointActorMap
7429-
.
7430-
listKeys
7431-
(
7432-
)
74337422
}
74347423
;
74357424
}

0 commit comments

Comments
 (0)