diff options
Diffstat (limited to 'WebCore/css/CSSVariablesDeclaration.cpp')
-rw-r--r-- | WebCore/css/CSSVariablesDeclaration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/CSSVariablesDeclaration.cpp b/WebCore/css/CSSVariablesDeclaration.cpp index cb852cb..e40750a 100644 --- a/WebCore/css/CSSVariablesDeclaration.cpp +++ b/WebCore/css/CSSVariablesDeclaration.cpp @@ -169,7 +169,7 @@ void CSSVariablesDeclaration::setNeedsStyleRecalc() while (StyleBase* parent = root->parent()) root = parent; if (root->isCSSStyleSheet()) - static_cast<CSSStyleSheet*>(root)->doc()->updateStyleSelector(); + static_cast<CSSStyleSheet*>(root)->document()->styleSelectorChanged(DeferRecalcStyle); } } |