mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
unwanted change in bug 520743, r=bustage
This commit is contained in:
parent
ce0e053545
commit
d6595b02cc
@ -670,7 +670,7 @@ function choose(aSet, aHowMany, aCallback)
|
||||
function flagSwitchMatches(aQuery1, aQuery2)
|
||||
{
|
||||
if (aQuery1[this.flag] && aQuery2[this.flag]) {
|
||||
for each (let p in this.subswitches) {
|
||||
for (let p in this.subswitches) {
|
||||
if (aQuery1[p] instanceof Ci.nsIURI) {
|
||||
if (!aQuery1[p].equals(aQuery2[p]))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user