Index: ppapi/proxy/ppb_file_ref_proxy.cc |
diff --git a/ppapi/proxy/ppb_file_ref_proxy.cc b/ppapi/proxy/ppb_file_ref_proxy.cc |
index 7c12ea318f42ae9437669021a864a3bbf28a68c0..546548b355afebb9ffc80ceb6712d87ef786253b 100644 |
--- a/ppapi/proxy/ppb_file_ref_proxy.cc |
+++ b/ppapi/proxy/ppb_file_ref_proxy.cc |
@@ -76,7 +76,7 @@ class FileRef : public PPB_FileRef_Shared { |
}; |
FileRef::FileRef(const PPB_FileRef_CreateInfo& info) |
- : PPB_FileRef_Shared(PPB_FileRef_Shared::InitAsProxy(), info), |
+ : PPB_FileRef_Shared(OBJECT_IS_PROXY, info), |
next_callback_id_(1) { |
} |