Index: ppapi/thunk/ppb_flash_device_id_thunk.cc |
diff --git a/ppapi/thunk/ppb_flash_device_id_thunk.cc b/ppapi/thunk/ppb_flash_device_id_thunk.cc |
index 9275648502749d3b6220818f4b419bc1f3cced0c..498df75cb17696b3d7dc88e7af213c73e880e553 100644 |
--- a/ppapi/thunk/ppb_flash_device_id_thunk.cc |
+++ b/ppapi/thunk/ppb_flash_device_id_thunk.cc |
@@ -26,7 +26,7 @@ int32_t GetDeviceID(PP_Resource resource, |
EnterResource<PPB_Flash_DeviceID_API> enter(resource, callback, true); |
if (enter.failed()) |
return enter.retval(); |
- return enter.SetResult(enter.object()->GetDeviceID(id, callback)); |
+ return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback())); |
} |
const PPB_Flash_DeviceID g_ppb_flash_deviceid_thunk = { |