mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset a902370b74af (bug 903714)
This commit is contained in:
parent
0cf032c180
commit
a8091dfe7d
@ -308,8 +308,7 @@ WebContentConverterRegistrar.prototype = {
|
||||
function WCCR_checkAndGetURI(aURIString, aContentWindow)
|
||||
{
|
||||
try {
|
||||
let baseURI = this._makeURI(aContentWindow.document.baseURI);
|
||||
var uri = this._makeURI(aURIString, null, baseURI);
|
||||
var uri = this._makeURI(aURIString);
|
||||
} catch (ex) {
|
||||
// not supposed to throw according to spec
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user