| Index: Source/core/css/CSSStyleSheet.cpp
|
| diff --git a/Source/core/css/CSSStyleSheet.cpp b/Source/core/css/CSSStyleSheet.cpp
|
| index 73c21518ea9979cb8197f9c66fe26f317919ca82..c471ab243d6890f6520a6a403025644d8d35609f 100644
|
| --- a/Source/core/css/CSSStyleSheet.cpp
|
| +++ b/Source/core/css/CSSStyleSheet.cpp
|
| @@ -205,7 +205,7 @@ void CSSStyleSheet::didMutate(StyleSheetUpdateType updateType)
|
| // Need FullStyleUpdate when insertRule or deleteRule,
|
| // because StyleSheetCollection::analyzeStyleSheetChange cannot detect partial rule update.
|
| StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
|
| - owner->modifiedStyleSheet(this, RecalcStyleDeferred, updateMode);
|
| + owner->modifiedStyleSheet(this, updateMode);
|
| }
|
|
|
| void CSSStyleSheet::reattachChildRuleCSSOMWrappers()
|
|
|