Bug 1518201 - [css-lists] Implement the counter-set property. r=emilio
This commit is contained in:
@@ -4680,8 +4680,7 @@ void nsCSSFrameConstructor::InitAndRestoreFrame(
|
||||
RestoreFrameStateFor(aNewFrame, aState.mFrameState);
|
||||
}
|
||||
|
||||
if (aAllowCounters &&
|
||||
mCounterManager.AddCounterResetsAndIncrements(aNewFrame)) {
|
||||
if (aAllowCounters && mCounterManager.AddCounterChanges(aNewFrame)) {
|
||||
CountersDirty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user