| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index 0b2df23c31693eb216d32f4f308cd4248aba55c8..353d141f13eb4682265a372628dfcaba56e24c0f 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -201,7 +201,7 @@ void HTMLPlugInElement::finishParsingChildren()
|
|
|
| setNeedsWidgetUpdate(true);
|
| if (inDocument())
|
| - setNeedsStyleRecalc();
|
| + setNeedsStyleRecalc(SubtreeStyleChange);
|
| }
|
|
|
| void HTMLPlugInElement::resetInstance()
|
|
|