mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 77999 - Remove stray printf.
This commit is contained in:
parent
80de8e4360
commit
2cdd21b315
@ -180,7 +180,6 @@ public:
|
||||
void ReleaseStyleSetRef();
|
||||
void SetInRuleProcessorCache(bool aVal) {
|
||||
MOZ_ASSERT(mIsShared);
|
||||
printf("%p SetInRuleProcessorCache %d\n", this, aVal);
|
||||
mInRuleProcessorCache = aVal;
|
||||
}
|
||||
bool IsInRuleProcessorCache() const { return mInRuleProcessorCache; }
|
||||
|
Loading…
Reference in New Issue
Block a user