| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| index ada27e9d018eb60cc317005ff6520d788ccb642c..993d2f6cbe477df8b8526b5b5fae4e7e248d282f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -269,7 +269,7 @@ void HTMLPlugInElement::finishParsingChildren()
|
| return;
|
|
|
| setNeedsWidgetUpdate(true);
|
| - if (inDocument())
|
| + if (inShadowIncludingDocument())
|
| lazyReattachIfNeeded();
|
| }
|
|
|
|
|