зеркало из https://github.com/mozilla/pjs.git
Bug 186720 xmlterm NewURI should not return null
patch by andersma@luther.edu r=timeless sr=darin
This commit is contained in:
Родитель
e686da6f3c
Коммит
581e8f8031
|
@ -160,12 +160,6 @@ XMLTermProtocolHandler.prototype.URIType =
|
|||
XMLTermProtocolHandler.prototype.newURI =
|
||||
function (aSpec, aCharset, aBaseURI)
|
||||
{
|
||||
if (aBaseURI)
|
||||
{
|
||||
debug("XMLTermProtocolHandler: aBaseURI passed to newURI, bailing.\n");
|
||||
return null;
|
||||
}
|
||||
|
||||
var uri = Components.classes[SIMPLEURI_CONTRACTID].createInstance(nsIURI);
|
||||
uri.spec = aSpec;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче