Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index b264749247dd2b43f68c10c62e7eb1c1977eb0c5..66a9b4712f055ebe4b69c7002c89b99a79953334 100644 |
--- a/Source/core/html/HTMLPlugInElement.cpp |
+++ b/Source/core/html/HTMLPlugInElement.cpp |
@@ -259,7 +259,7 @@ void HTMLPlugInElement::finishParsingChildren() |
setNeedsWidgetUpdate(true); |
if (inDocument()) |
- setNeedsStyleRecalc(SubtreeStyleChange); |
+ setNeedsStyleRecalc(StyleRecalcDueToPlugin, SubtreeStyleChange); |
} |
void HTMLPlugInElement::resetInstance() |