| Index: Source/core/html/shadow/PluginPlaceholderElement.cpp
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.cpp b/Source/core/html/shadow/PluginPlaceholderElement.cpp
|
| index e5f63790b70b7d869c6a51d0ecd57b9a51a219d0..74efd5581f3fba8c0eea153e418bf9210b437e95 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.cpp
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.cpp
|
| @@ -30,4 +30,10 @@ void PluginPlaceholderElement::setMessage(const String& message)
|
| ASSERT_UNUSED(success, success);
|
| }
|
|
|
| +void PluginPlaceholderElement::setIsCloseable(bool closeable)
|
| +{
|
| + bool success = V8PluginPlaceholderElement::PrivateScript::closeableAttributeSetter(document().frame(), this, closeable);
|
| + ASSERT_UNUSED(success, success);
|
| +}
|
| +
|
| } // namespace blink
|
|
|