Skip to content

Commit be335f6

Browse files
committed
Bug 1531826 Part 2 - Frames with source IDs should always be linkable, r=nchevobbe.
UltraBlame original commit: 5c9c74ed4f11449e65aa264974648840d357f0f7
1 parent 6338990 commit be335f6

File tree

1 file changed

+2
-1
lines changed
  • devtools/client/shared/components

1 file changed

+2
-1
lines changed

devtools/client/shared/components/Frame.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ class Frame extends Component {
140140

141141

142142

143+
143144
const isLinkable = !!(isScratchpadScheme(source) || parseURL(source))
144-
|| isSourceMapped;
145+
|| isSourceMapped || sourceId;
145146
const elements = [];
146147
const sourceElements = [];
147148
let sourceEl;

0 commit comments

Comments
 (0)