summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugin_impl.cc')
-rw-r--r--webkit/glue/webplugin_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webplugin_impl.cc b/webkit/glue/webplugin_impl.cc
index 9a8a09a..d3c8d6a 100644
--- a/webkit/glue/webplugin_impl.cc
+++ b/webkit/glue/webplugin_impl.cc
@@ -1395,6 +1395,7 @@ void WebPluginImpl::TearDownPluginInstance(
// webframe_ might not be valid anymore.
webframe_->set_plugin_delegate(NULL);
webframe_ = NULL;
+ method_factory_.RevokeAll();
}
void WebPluginImpl::UpdateVisibility() {