| Index: ppapi/proxy/ppb_file_system_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_file_system_proxy.cc b/ppapi/proxy/ppb_file_system_proxy.cc
|
| index 4619a1f01915dc0ac0a851fee6a31a76f27cfc83..1d8747adc148078463f4c730e3684b9f905b5f6f 100644
|
| --- a/ppapi/proxy/ppb_file_system_proxy.cc
|
| +++ b/ppapi/proxy/ppb_file_system_proxy.cc
|
| @@ -94,7 +94,7 @@ PP_FileSystemType FileSystem::GetType() {
|
| }
|
|
|
| void FileSystem::OpenComplete(int32_t result) {
|
| - TrackedCallback::ClearAndRun(¤t_open_callback_, result);
|
| + current_open_callback_->Run(result);
|
| }
|
|
|
| PPB_FileSystem_Proxy::PPB_FileSystem_Proxy(Dispatcher* dispatcher)
|
|
|