| Index: ppapi/nacl_irt/plugin_main.cc
|
| diff --git a/ppapi/nacl_irt/plugin_main.cc b/ppapi/nacl_irt/plugin_main.cc
|
| index 8f0498c98eb2a9d1ea867690295864e952e99cb0..668f67a3b0e411638eaa6c0c70aa91959e9b73fb 100644
|
| --- a/ppapi/nacl_irt/plugin_main.cc
|
| +++ b/ppapi/nacl_irt/plugin_main.cc
|
| @@ -52,7 +52,7 @@
|
| ppapi::GetShutdownEvent(),
|
| ppapi::GetBrowserIPCFileDescriptor(),
|
| ppapi::GetRendererIPCFileDescriptor());
|
| - plugin_globals.SetPluginProxyDelegate(&ppapi_dispatcher);
|
| + plugin_globals.set_plugin_proxy_delegate(&ppapi_dispatcher);
|
|
|
| loop.Run();
|
|
|
|
|