| Index: Source/core/dom/TreeScope.cpp
|
| diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
|
| index 1be94a9716aa1dd9c2b0ec62f7cb338a07868b82..deab41141b9feda7538f2647e8e6ccb68087532e 100644
|
| --- a/Source/core/dom/TreeScope.cpp
|
| +++ b/Source/core/dom/TreeScope.cpp
|
| @@ -542,7 +542,7 @@ void TreeScope::setNeedsStyleRecalcForViewportUnits()
|
| root->setNeedsStyleRecalcForViewportUnits();
|
| RenderStyle* style = element->renderStyle();
|
| if (style && style->hasViewportUnits())
|
| - element->setNeedsStyleRecalc(LocalStyleChange);
|
| + element->setNeedsStyleRecalc(LocalStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::ViewportUnits));
|
| }
|
| }
|
|
|
|
|