| Index: Source/web/PluginPlaceholderImpl.cpp
|
| diff --git a/Source/web/PluginPlaceholderImpl.cpp b/Source/web/PluginPlaceholderImpl.cpp
|
| index f6950f8da17c8304cd3c39c04d8671bb9689c90d..25a1188d9aedf062ae085b6577290977c3963dd4 100644
|
| --- a/Source/web/PluginPlaceholderImpl.cpp
|
| +++ b/Source/web/PluginPlaceholderImpl.cpp
|
| @@ -39,6 +39,7 @@ void PluginPlaceholderImpl::loadIntoContainer(ContainerNode& container)
|
| void PluginPlaceholderImpl::update()
|
| {
|
| m_placeholderElement->setMessage(m_webPluginPlaceholder->message());
|
| + m_placeholderElement->setIsCloseable(m_webPluginPlaceholder->isCloseable());
|
| }
|
|
|
| } // namespace blink
|
|
|