Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm

This commit is contained in:
Dave Townsend 2015-01-30 09:14:13 -08:00
parent 4cfe09777c
commit 4f523ae8d6

View File

@ -287,7 +287,7 @@ AboutProtocolChannel.prototype = {
function AboutProtocolInstance(contractID)
{
this._contractID = contractID;
this._uriFlags = null;
this._uriFlags = undefined;
}
AboutProtocolInstance.prototype = {