Skip to content

Commit 59dd44d

Browse files
committed
Bug 1530699 - Apply breakpoints to all discovered sources, r=loganfsmyth.
UltraBlame original commit: 43963f700a1e06a01d46158177dccd3c3987c9c0
1 parent 3aadf59 commit 59dd44d

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

devtools/server/actors/thread.js

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7408,29 +7408,6 @@ function
74087408
request
74097409
)
74107410
{
7411-
/
7412-
/
7413-
FIXME
7414-
bug
7415-
1530699
7416-
we
7417-
should
7418-
make
7419-
sure
7420-
that
7421-
existing
7422-
breakpoints
7423-
are
7424-
/
7425-
/
7426-
applied
7427-
to
7428-
any
7429-
sources
7430-
we
7431-
find
7432-
here
7433-
.
74347411
for
74357412
(
74367413
const
@@ -7447,9 +7424,7 @@ findSources
74477424
{
74487425
this
74497426
.
7450-
sources
7451-
.
7452-
createSourceActor
7427+
_addSource
74537428
(
74547429
source
74557430
)
@@ -11264,15 +11239,6 @@ skipBreakpoints
1126411239
this
1126511240
.
1126611241
skipBreakpoints
11267-
breakpoints
11268-
:
11269-
this
11270-
.
11271-
breakpointActorMap
11272-
.
11273-
listKeys
11274-
(
11275-
)
1127611242
}
1127711243
;
1127811244
}

0 commit comments

Comments
 (0)