| Index: Source/core/html/shadow/PluginPlaceholderElement.js
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.js b/Source/core/html/shadow/PluginPlaceholderElement.js
|
| index c6ab1a8f7d279b11ce26fc4ef22ba6ce1de72ea2..056cfbfa48dbffda4c31445ceb9594c6df849315 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.js
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.js
|
| @@ -8,6 +8,7 @@ installClass('PluginPlaceholderElement', function(PluginPlaceholderElementProtot
|
| // FIXME: Load this from a .css file.
|
| var styleSource =
|
| '#plugin-placeholder {' +
|
| + ' all: initial;' +
|
| ' width: 100%;' +
|
| ' height: 100%;' +
|
| ' overflow: hidden;' +
|
|
|