diff options
Diffstat (limited to 'ppapi/shared_impl/ppb_instance_shared.cc')
-rw-r--r-- | ppapi/shared_impl/ppb_instance_shared.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/shared_impl/ppb_instance_shared.cc b/ppapi/shared_impl/ppb_instance_shared.cc index dd46bec3a..8101de6 100644 --- a/ppapi/shared_impl/ppb_instance_shared.cc +++ b/ppapi/shared_impl/ppb_instance_shared.cc @@ -23,13 +23,13 @@ PPB_Instance_Shared::~PPB_Instance_Shared() { } void PPB_Instance_Shared::Log(PP_Instance instance, - PP_LogLevel_Dev level, + PP_LogLevel level, PP_Var value) { LogWithSource(instance, level, PP_MakeUndefined(), value); } void PPB_Instance_Shared::LogWithSource(PP_Instance instance, - PP_LogLevel_Dev level, + PP_LogLevel level, PP_Var source, PP_Var value) { // The source defaults to empty if it's not a string. The PpapiGlobals |