mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm
This commit is contained in:
parent
4cfe09777c
commit
4f523ae8d6
@ -287,7 +287,7 @@ AboutProtocolChannel.prototype = {
|
||||
function AboutProtocolInstance(contractID)
|
||||
{
|
||||
this._contractID = contractID;
|
||||
this._uriFlags = null;
|
||||
this._uriFlags = undefined;
|
||||
}
|
||||
|
||||
AboutProtocolInstance.prototype = {
|
||||
|
Loading…
Reference in New Issue
Block a user