| 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 904570d8d7af51c8b9fb0c3abf6ccbad2c5257da..6819528357b5d6520c07f28bb1916ac008cd3d34 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -684,7 +684,7 @@ void PepperPluginInstanceImpl::Delete() {
|
|
|
| // 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.
|
| + // destruction, so we need its pointers to be up to date.
|
| BindGraphics(pp_instance(), 0);
|
| container_ = NULL;
|
| }
|
|
|