| Index: ppapi/proxy/file_ref_resource.cc
|
| diff --git a/ppapi/proxy/file_ref_resource.cc b/ppapi/proxy/file_ref_resource.cc
|
| index 29e81059035d473910b1f077c4b2771253a2aef4..c66a321ad64f92177c1a4f02f8e987794e93f10f 100644
|
| --- a/ppapi/proxy/file_ref_resource.cc
|
| +++ b/ppapi/proxy/file_ref_resource.cc
|
| @@ -211,7 +211,7 @@ int32_t FileRefResource::ReadDirectoryEntriesInHost(
|
| }
|
|
|
| PP_Var FileRefResource::GetAbsolutePath() {
|
| - if (!absolute_path_var_) {
|
| + if (!absolute_path_var_.get()) {
|
| std::string absolute_path;
|
| int32_t result = SyncCall<PpapiPluginMsg_FileRef_GetAbsolutePathReply>(
|
| BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
|
|
|