Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index 357a43a6961b0bfb17092f215f82291c6ef0c58f..20e01cfb051a91460290dd2f1df439114af6d1c8 100644 |
--- a/Source/core/html/HTMLPlugInElement.cpp |
+++ b/Source/core/html/HTMLPlugInElement.cpp |
@@ -260,7 +260,7 @@ void HTMLPlugInElement::finishParsingChildren() |
setNeedsWidgetUpdate(true); |
if (inDocument()) |
- setNeedsStyleRecalc(SubtreeStyleChange); |
+ setNeedsStyleRecalc(StyleChangeReasonForTracing::create(StyleChangeReason::Plugin), SubtreeStyleChange); |
} |
void HTMLPlugInElement::resetInstance() |