mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm
This commit is contained in:
parent
1596720bbf
commit
0f22a9962b
@ -287,7 +287,7 @@ AboutProtocolChannel.prototype = {
|
||||
function AboutProtocolInstance(contractID)
|
||||
{
|
||||
this._contractID = contractID;
|
||||
this._uriFlags = null;
|
||||
this._uriFlags = undefined;
|
||||
}
|
||||
|
||||
AboutProtocolInstance.prototype = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user