Chromium Code Reviews| Index: webkit/glue/webplugin_impl.cc |
| =================================================================== |
| --- webkit/glue/webplugin_impl.cc (revision 18033) |
| +++ webkit/glue/webplugin_impl.cc (working copy) |
| @@ -1395,6 +1395,7 @@ |
| // webframe_ might not be valid anymore. |
| webframe_->set_plugin_delegate(NULL); |
| webframe_ = NULL; |
| + method_factory_.RevokeAll(); |
| } |
| void WebPluginImpl::UpdateVisibility() { |