| Index: sky/engine/core/css/CSSStyleSheet.cpp
|
| diff --git a/sky/engine/core/css/CSSStyleSheet.cpp b/sky/engine/core/css/CSSStyleSheet.cpp
|
| index 00dcdcbfa9ed2db76f94775b475244a0f266e110..376aff1416b68a07a2740c238a19b83b5ed9cc32 100644
|
| --- a/sky/engine/core/css/CSSStyleSheet.cpp
|
| +++ b/sky/engine/core/css/CSSStyleSheet.cpp
|
| @@ -163,10 +163,7 @@ void CSSStyleSheet::didMutate(StyleSheetUpdateType updateType)
|
| if (!owner)
|
| return;
|
|
|
| - // Need FullStyleUpdate when insertRule or deleteRule,
|
| - // because StyleSheetCollection::analyzeStyleSheetChange cannot detect partial rule update.
|
| - StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
|
| - owner->modifiedStyleSheet(this, updateMode);
|
| + owner->modifiedStyleSheet(this);
|
| }
|
|
|
| void CSSStyleSheet::reattachChildRuleCSSOMWrappers()
|
|
|