Backed out changeset a902370b74af (bug 903714)

This commit is contained in:
Tim Taubert 2013-08-10 14:44:22 +02:00
parent 0cf032c180
commit a8091dfe7d

View File

@ -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;