Bug 77999 - Remove stray printf.

This commit is contained in:
Cameron McCormack 2015-06-27 02:33:58 +10:00
parent 80de8e4360
commit 2cdd21b315

View File

@ -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; }