| Index: components/plugins/renderer/loadable_plugin_placeholder.cc
|
| diff --git a/components/plugins/renderer/loadable_plugin_placeholder.cc b/components/plugins/renderer/loadable_plugin_placeholder.cc
|
| index 4f1303cbfa1456d732b629b572843ac6ee1ee31c..4317e97c6b8f2c2ba0e0a473e5f88f3facf911c7 100644
|
| --- a/components/plugins/renderer/loadable_plugin_placeholder.cc
|
| +++ b/components/plugins/renderer/loadable_plugin_placeholder.cc
|
| @@ -71,7 +71,9 @@ LoadablePluginPlaceholder::LoadablePluginPlaceholder(
|
| premade_throttler_(nullptr),
|
| allow_loading_(false),
|
| finished_loading_(false),
|
| - weak_factory_(this) {}
|
| + weak_factory_(this) {
|
| + plugin()->markAsErrorPlaceholder();
|
| +}
|
|
|
| LoadablePluginPlaceholder::~LoadablePluginPlaceholder() {
|
| }
|
|
|