mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 04:41:54 +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.
|
* Called when MarkerDetails view emits an event to view source.
|
||||||
*/
|
*/
|
||||||
_onViewSource: function (_, data) {
|
_onViewSource: function (_, data) {
|
||||||
gToolbox.viewSourceInDebugger(data.file, data.line);
|
gToolbox.viewSourceInDebugger(data.url, data.line);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user