mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 866755 - Fix nsDocument::HasNameElement typo. r=bz.
--HG-- extra : rebase_source : ab46b6eaa2183d607c07b666ae52541fcdf089ec
This commit is contained in:
parent
ccdd0677b0
commit
55be192bf5
@ -140,7 +140,7 @@ public:
|
||||
return mNameContentList;
|
||||
}
|
||||
bool HasNameElement() const {
|
||||
return mNameContentList && !mNameContentList->Length() != 0;
|
||||
return mNameContentList && mNameContentList->Length() != 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user