mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 676048: Followup to add more comments.
This commit is contained in:
parent
b076ca1dd7
commit
5121836049
@ -141,10 +141,14 @@ struct RuleValue : RuleSelectorPair {
|
||||
|
||||
// Uses any of the sets of ops below.
|
||||
struct RuleHashTableEntry : public PLDHashEntryHdr {
|
||||
// If you add members that have heap allocated memory be sure to change the
|
||||
// logic in RuleHashTableSizeOfEnumerator.
|
||||
nsTArray<RuleValue> mRules;
|
||||
};
|
||||
|
||||
struct RuleHashTagTableEntry : public RuleHashTableEntry {
|
||||
// If you add members that have heap allocated memory be sure to change the
|
||||
// logic in RuleHash::SizeOf.
|
||||
nsCOMPtr<nsIAtom> mTag;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user