Bug 1532298 - Fix viewSourceInDebugger calls, r=ochameau.

Differential Revision: https://phabricator.services.mozilla.com/D22336
This commit is contained in:
Brian Hackett
2019-03-06 18:55:37 +00:00
parent df5c209c14
commit 481a5f23a9
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ class MarkupContextMenu {
*/
_jumpToCustomElementDefinition() {
const { url, line } = this.selection.nodeFront.customElementLocation;
this.toolbox.viewSourceInDebugger(url, line, "show_custom_element");
this.toolbox.viewSourceInDebugger(url, line, null, "show_custom_element");
}
/**