This commit is contained in:
Cameron Kaiser 2017-05-29 17:18:51 -07:00
parent b986d02811
commit b18ed9971f

View File

@ -8379,6 +8379,8 @@ nsCSSFrameConstructor::EndUpdate()
void
nsCSSFrameConstructor::RecalcQuotesAndCounters()
{
nsAutoScriptBlocker scriptBlocker;
if (mQuotesDirty) {
mQuotesDirty = false;
mQuoteList.RecalcAll();