| Index: Source/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.cpp b/Source/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| index 346287ad4a553206650acea85abcfc8b892c1a18..7151abc62d7547ed9628ce9dfbf962197385e854 100644
|
| --- a/Source/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| +++ b/Source/core/dom/ShadowTreeStyleSheetCollection.cpp
|
| @@ -107,7 +107,7 @@ void ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine
|
| }
|
| }
|
| if (change.requiresFullStyleRecalc)
|
| - toShadowRoot(treeScope().rootNode()).host()->setNeedsStyleRecalc(SubtreeStyleChange);
|
| + toShadowRoot(treeScope().rootNode()).host()->setNeedsStyleRecalc(StyleChangeReasonForTracing::ActiveStylesheetsUpdate, SubtreeStyleChange);
|
|
|
| collection.swap(*this);
|
| updateUsesRemUnits();
|
|
|