Bug 827579: Remove post-resolve callback concept from style system. r=bzbarsky

This commit is contained in:
L. David Baron
2013-01-08 20:37:29 -08:00
parent 8831e4eebc
commit e62e6e4c12
3 changed files with 1 additions and 13 deletions

View File

@@ -32,7 +32,6 @@ nsRuleData::nsRuleData(uint32_t aSIDs, nsCSSValue* aValueStorage,
mCanStoreInRuleTree(true),
mPresContext(aContext),
mStyleContext(aStyleContext),
mPostResolveCallback(nullptr),
mValueStorage(aValueStorage)
{
#ifndef MOZ_VALGRIND