Index: webkit/plugins/ppapi/ppb_file_chooser_impl.cc |
diff --git a/webkit/plugins/ppapi/ppb_file_chooser_impl.cc b/webkit/plugins/ppapi/ppb_file_chooser_impl.cc |
index 38e8f16c7ccaad6683b677ed90b2c86f40415170..148944f52b670b119dbcce19eadcd2347c559146 100644 |
--- a/webkit/plugins/ppapi/ppb_file_chooser_impl.cc |
+++ b/webkit/plugins/ppapi/ppb_file_chooser_impl.cc |
@@ -69,7 +69,7 @@ PPB_FileChooser_Impl::PPB_FileChooser_Impl( |
PP_Instance instance, |
PP_FileChooserMode_Dev mode, |
const char* accept_mime_types) |
- : Resource(instance), |
+ : Resource(::ppapi::OBJECT_IS_IMPL, instance), |
mode_(mode), |
next_chosen_file_index_(0) { |
if (accept_mime_types) |