| Index: content/renderer/pepper/pepper_webplugin_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_webplugin_impl.cc b/content/renderer/pepper/pepper_webplugin_impl.cc
|
| index a7b8cec01ea6401d8d05e2f0253c6392607f18e0..0caa190b0461432f89bd11635f5dde6646099123 100644
|
| --- a/content/renderer/pepper/pepper_webplugin_impl.cc
|
| +++ b/content/renderer/pepper/pepper_webplugin_impl.cc
|
| @@ -124,7 +124,6 @@
|
| // Tell |container_| to clear references to this plugin's script objects.
|
| if (container_)
|
| container_->clearScriptObjects();
|
| - container_ = nullptr;
|
|
|
| if (instance_.get()) {
|
| ppapi::PpapiGlobals::Get()->GetVarTracker()->ReleaseVar(instance_object_);
|
| @@ -132,7 +131,6 @@
|
| instance_->Delete();
|
| instance_ = NULL;
|
| }
|
| - throttler_.reset();
|
|
|
| base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
|
| }
|
|
|