| 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 f8d0b07c414088f1d2f4e3e96dc8a54495f59694..308448ceae8a56c427a5502323784d2e393f3e6f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -76,12 +76,11 @@ HTMLPlugInElement::HTMLPlugInElement(
|
| bool createdByParser,
|
| PreferPlugInsForImagesOption preferPlugInsForImagesOption)
|
| : HTMLFrameOwnerElement(tagName, doc),
|
| - m_isDelayingLoadEvent(false)
|
| + m_isDelayingLoadEvent(false),
|
| // m_needsWidgetUpdate(!createdByParser) allows HTMLObjectElement to delay
|
| // widget updates until after all children are parsed. For HTMLEmbedElement
|
| // this delay is unnecessary, but it is simpler to make both classes share
|
| // the same codepath in this class.
|
| - ,
|
| m_needsWidgetUpdate(!createdByParser),
|
| m_shouldPreferPlugInsForImages(preferPlugInsForImagesOption ==
|
| ShouldPreferPlugInsForImages) {}
|
|
|