| Index: ppapi/proxy/ppb_file_ref_proxy.cc
|
| ===================================================================
|
| --- ppapi/proxy/ppb_file_ref_proxy.cc (revision 77663)
|
| +++ ppapi/proxy/ppb_file_ref_proxy.cc (working copy)
|
| @@ -259,7 +259,7 @@
|
| }
|
| HostDispatcher* host_dispatcher = static_cast<HostDispatcher*>(dispatcher());
|
| PP_Instance instance =
|
| - host_dispatcher->GetPPBProxy()->GetInstanceForResource(file_ref);
|
| + host_dispatcher->ppb_proxy()->GetInstanceForResource(file_ref);
|
|
|
| result->resource.SetHostResource(instance, file_ref);
|
| result->file_system_type =
|
|
|