| Index: ppapi/proxy/file_chooser_resource.cc
|
| diff --git a/ppapi/proxy/file_chooser_resource.cc b/ppapi/proxy/file_chooser_resource.cc
|
| index 5c110125d07c1ff1c9234979c30c5eb0152338b8..6135aaaf9bb08ab070bcc65466d7cf37f24472b7 100644
|
| --- a/ppapi/proxy/file_chooser_resource.cc
|
| +++ b/ppapi/proxy/file_chooser_resource.cc
|
| @@ -118,7 +118,7 @@ void FileChooserResource::OnPluginMsgShowReply(
|
| }
|
|
|
| // Notify the plugin of the new data.
|
| - TrackedCallback::ClearAndRun(&callback_, params.result());
|
| + callback_->Run(params.result());
|
| // DANGER: May delete |this|!
|
| }
|
|
|
|
|