| Index: components/plugins/renderer/plugin_placeholder.cc
|
| diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc
|
| index b8c9a543e829f14a3b5a89b98c910370d9185a13..dff7252bfdf5427b6739156b580a411627fa3c62 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.cc
|
| +++ b/components/plugins/renderer/plugin_placeholder.cc
|
| @@ -138,6 +138,10 @@ v8::Local<v8::Value> PluginPlaceholder::GetV8Handle(v8::Isolate* isolate) {
|
| return gin::CreateHandle(isolate, this).ToV8();
|
| }
|
|
|
| +bool PluginPlaceholderBase::IsErrorPlaceholder() {
|
| + return false;
|
| +}
|
| +
|
| gin::ObjectTemplateBuilder PluginPlaceholder::GetObjectTemplateBuilder(
|
| v8::Isolate* isolate) {
|
| return gin::Wrappable<PluginPlaceholder>::GetObjectTemplateBuilder(isolate)
|
|
|