| 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 9178bd1bba71ae6ba8097fdb1028dddb0b78445b..936342189d1ce29504a217ac17d3433653e75ae9 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -699,8 +699,6 @@
|
| 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.
|
|
|