mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Bug 1200485 - Repair view source URL in waterfall details. r=jsantell
This commit is contained in:
parent
71224bbe04
commit
425069ac07
@ -130,7 +130,7 @@ var WaterfallView = Heritage.extend(DetailsSubview, {
|
||||
* Called when MarkerDetails view emits an event to view source.
|
||||
*/
|
||||
_onViewSource: function (_, data) {
|
||||
gToolbox.viewSourceInDebugger(data.file, data.line);
|
||||
gToolbox.viewSourceInDebugger(data.url, data.line);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user