| 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 b660dced13ac96f50e874bca9bac67e81a9f336f..c48fbe6b0b1492f8f41e49800b154b60cf5ed856 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -271,7 +271,7 @@ void HTMLPlugInElement::finishParsingChildren()
|
| return;
|
|
|
| setNeedsWidgetUpdate(true);
|
| - if (inShadowIncludingDocument())
|
| + if (isConnected())
|
| lazyReattachIfNeeded();
|
| }
|
|
|
|
|