Index: ppapi/thunk/ppb_audio_input_trusted_thunk.cc |
diff --git a/ppapi/thunk/ppb_audio_input_trusted_thunk.cc b/ppapi/thunk/ppb_audio_input_trusted_thunk.cc |
index b17e1bde18b6dacbc2d1021d684109c1bd233a65..d66fe840bbee5e44c1067239dda76f7c96b8953c 100644 |
--- a/ppapi/thunk/ppb_audio_input_trusted_thunk.cc |
+++ b/ppapi/thunk/ppb_audio_input_trusted_thunk.cc |
@@ -29,7 +29,8 @@ int32_t Open(PP_Resource audio_id, |
EnterAudioInput enter(audio_id, callback, true); |
if (enter.failed()) |
return enter.retval(); |
- return enter.SetResult(enter.object()->OpenTrusted("", config_id, callback)); |
+ return enter.SetResult(enter.object()->OpenTrusted("", config_id, |
+ enter.callback())); |
} |
int32_t GetSyncSocket(PP_Resource audio_id, int* sync_socket) { |