Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 353a33a0f0f6d343983c38bfdb7c0bb00bfb2775..f2989e97950946f92097d7ffaa4aedf04608f756 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -341,6 +341,9 @@ WebContentsImpl::~WebContentsImpl() { |
if (color_chooser_) |
color_chooser_->End(); |
+ if (browser_plugin_guest_) |
+ browser_plugin_guest_->Destroy(); |
+ |
NotifyDisconnected(); |
// Notify any observer that have a reference on this WebContents. |