| Index: Source/core/html/shadow/PluginPlaceholderElement.h
|
| diff --git a/Source/core/html/shadow/PluginPlaceholderElement.h b/Source/core/html/shadow/PluginPlaceholderElement.h
|
| index 9c1979c370e7e111fb9664862a6bbdf827b3b9eb..b8f9561afb81c21ef2c8231d7542d5d0b74ffed0 100644
|
| --- a/Source/core/html/shadow/PluginPlaceholderElement.h
|
| +++ b/Source/core/html/shadow/PluginPlaceholderElement.h
|
| @@ -18,6 +18,9 @@ public:
|
|
|
| void setMessage(const String& htmlMessage);
|
|
|
| + // Exposed for private script.
|
| + String styleSource() const;
|
| +
|
| // We need to get a V8PluginPlaceholderElement wrapper.
|
| // By default, this will get an V8HTMLDivElement wrapper.
|
| virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE;
|
|
|