Index: content/plugin/webplugin_delegate_stub.cc |
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc |
index e1e1e00b1998f0a8dbcfef72bbd0193354b8ef1a..5c2596135cf73947cda3c2943df299035fbafcd4 100644 |
--- a/content/plugin/webplugin_delegate_stub.cc |
+++ b/content/plugin/webplugin_delegate_stub.cc |
@@ -65,9 +65,12 @@ WebPluginDelegateStub::~WebPluginDelegateStub() { |
if (channel_->in_send()) { |
// The delegate or an npobject is in the callstack, so don't delete it |
// right away. |
- MessageLoop::current()->PostNonNestableTask(FROM_HERE, |
- base::Bind(&DestroyWebPluginAndDelegate, plugin_scriptable_object_, |
- delegate_, webplugin_)); |
+ base::MessageLoop::current()->PostNonNestableTask( |
+ FROM_HERE, |
+ base::Bind(&DestroyWebPluginAndDelegate, |
+ plugin_scriptable_object_, |
+ delegate_, |
+ webplugin_)); |
} else { |
// Safe to delete right away. |
DestroyWebPluginAndDelegate( |