| Index: Source/core/html/shadow/PluginPlaceholderElement.idl
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.idl b/Source/core/html/shadow/PluginPlaceholderElement.idl
|
| index 25508d6608858721988362efb42db8386a1322c4..61656af10a875654028b1b98be604d8a9a75d4de 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.idl
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.idl
|
| @@ -7,4 +7,5 @@
|
| ] interface PluginPlaceholderElement : HTMLDivElement {
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString message;
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void createCallback();
|
| + [OnlyExposedToPrivateScript] HTMLStyleElement createStyleElement();
|
| };
|
|
|