mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
fix bustage for optimized builds
This commit is contained in:
parent
f57ac3b0f8
commit
f915754ac6
@ -224,7 +224,11 @@ class txKeyPattern : public txPattern
|
||||
public:
|
||||
txKeyPattern(nsIAtom* aPrefix, nsIAtom* aLocalName,
|
||||
PRInt32 aNSID, const nsAString& aValue)
|
||||
: mName(aNSID, aLocalName), mPrefix(aPrefix), mValue(aValue)
|
||||
: mName(aNSID, aLocalName),
|
||||
#ifdef TX_TO_STRING
|
||||
mPrefix(aPrefix),
|
||||
#endif
|
||||
mValue(aValue)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user