mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177381 - View source from error console uses deprecated API. r=neil
This commit is contained in:
parent
e0396955ea
commit
56cb3d425b
@ -538,7 +538,7 @@
|
||||
var url = document.getBindingParent(this).mSourceName;
|
||||
url = url.substring(url.lastIndexOf(" ") + 1);
|
||||
var line = getAttribute("line");
|
||||
gViewSourceUtils.viewSource(url, null, null, line);
|
||||
gViewSourceUtils.viewSource({URL: url, lineNumber: line});
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
|
Loading…
Reference in New Issue
Block a user