| Index: Source/core/html/shadow/PluginPlaceholderElement.idl
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.idl b/Source/core/html/shadow/PluginPlaceholderElement.idl
|
| index 54b5e49aa7d8ae20599405abf212aa296de30b2f..a873f0a669853503f44514e455a53fd9ade8b543 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.idl
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.idl
|
| @@ -6,5 +6,7 @@
|
| NoInterfaceObject
|
| ] interface PluginPlaceholderElement : HTMLDivElement {
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString message;
|
| + [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute boolean closeable;
|
| +
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void createdCallback();
|
| };
|
|
|