Index: ppapi/thunk/ppb_image_data_thunk.cc |
diff --git a/ppapi/thunk/ppb_image_data_thunk.cc b/ppapi/thunk/ppb_image_data_thunk.cc |
index 71c94f7510fb88d8fae8e836da131a54a77dc036..f50842e87a7e8c49fff2520bbc6b8bfd1e8f9655 100644 |
--- a/ppapi/thunk/ppb_image_data_thunk.cc |
+++ b/ppapi/thunk/ppb_image_data_thunk.cc |
@@ -28,7 +28,7 @@ PP_Resource Create(PP_Instance instance, |
PP_ImageDataFormat format, |
const PP_Size* size, |
PP_Bool init_to_zero) { |
- EnterFunction<ResourceCreationAPI> enter(instance, true); |
+ EnterResourceCreation enter(instance); |
if (enter.failed()) |
return 0; |
return enter.functions()->CreateImageData(instance, format, |