summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/ppb_flash_message_loop_thunk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/thunk/ppb_flash_message_loop_thunk.cc')
-rw-r--r--ppapi/thunk/ppb_flash_message_loop_thunk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/thunk/ppb_flash_message_loop_thunk.cc b/ppapi/thunk/ppb_flash_message_loop_thunk.cc
index 8fc4258..583bc49 100644
--- a/ppapi/thunk/ppb_flash_message_loop_thunk.cc
+++ b/ppapi/thunk/ppb_flash_message_loop_thunk.cc
@@ -15,7 +15,7 @@ namespace thunk {
namespace {
PP_Resource Create(PP_Instance instance) {
- EnterFunction<ResourceCreationAPI> enter(instance, true);
+ EnterResourceCreation enter(instance);
if (enter.failed())
return 0;
return enter.functions()->CreateFlashMessageLoop(instance);