Index: content/renderer/pepper/pepper_plugin_instance_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
index 936342189d1ce29504a217ac17d3433653e75ae9..9178bd1bba71ae6ba8097fdb1028dddb0b78445b 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
@@ -699,6 +699,8 @@ void PepperPluginInstanceImpl::Delete() { |
fullscreen_container_ = NULL; |
} |
+ throttler_.reset(); |
+ |
// Force-unbind any Graphics. In the case of Graphics2D, if the plugin |
// leaks the graphics 2D, it may actually get cleaned up after our |
// destruction, so we need its pointers to be up-to-date. |