diff options
Diffstat (limited to 'remoting/client/plugin/pepper_entrypoints.cc')
-rw-r--r-- | remoting/client/plugin/pepper_entrypoints.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_entrypoints.cc b/remoting/client/plugin/pepper_entrypoints.cc index 6bcc814..77307b3 100644 --- a/remoting/client/plugin/pepper_entrypoints.cc +++ b/remoting/client/plugin/pepper_entrypoints.cc @@ -56,7 +56,7 @@ void PPP_ShutdownModule() { const void* PPP_GetInterface(const char* interface_name) { if (!pp::Module::Get()) return NULL; - return pp::Module::Get()->GetInstanceInterface(interface_name); + return pp::Module::Get()->GetPluginInterface(interface_name); } } // namespace remoting |