Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index 92f848045731df1a2697ca41d9ec4eea1309df66..477ddddbc48c7f78fa61219ad2f415870bffff8c 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(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::Plugin)); |
} |
void HTMLPlugInElement::resetInstance() |