diff options
Diffstat (limited to 'ppapi/proxy/ppb_char_set_proxy.cc')
-rw-r--r-- | ppapi/proxy/ppb_char_set_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_char_set_proxy.cc b/ppapi/proxy/ppb_char_set_proxy.cc index 1887549..a896693 100644 --- a/ppapi/proxy/ppb_char_set_proxy.cc +++ b/ppapi/proxy/ppb_char_set_proxy.cc @@ -52,7 +52,7 @@ const InterfaceProxy::Info* PPB_CharSet_Proxy::GetInfo() { } ppapi::thunk::PPB_CharSet_FunctionAPI* -PPB_CharSet_Proxy::AsPPB_CharSet_FunctionAPI() { +PPB_CharSet_Proxy::AsCharSet_FunctionAPI() { return this; } |