Index: ppapi/thunk/ppb_audio_trusted_thunk.cc |
diff --git a/ppapi/thunk/ppb_audio_trusted_thunk.cc b/ppapi/thunk/ppb_audio_trusted_thunk.cc |
index a990415341e6361501086da9316e4b057567e996..d87d84d668dcb2b99ef0a3e84c59f8ecf0f30579 100644 |
--- a/ppapi/thunk/ppb_audio_trusted_thunk.cc |
+++ b/ppapi/thunk/ppb_audio_trusted_thunk.cc |
@@ -17,7 +17,7 @@ namespace { |
typedef EnterResource<PPB_Audio_API> EnterAudio; |
PP_Resource Create(PP_Instance instance_id) { |
- EnterFunction<ResourceCreationAPI> enter(instance_id, true); |
+ EnterResourceCreation enter(instance_id); |
if (enter.failed()) |
return 0; |
return enter.functions()->CreateAudioTrusted(instance_id); |