Chromium Code Reviews| Index: ppapi/proxy/plugin_main_nacl.cc |
| =================================================================== |
| --- ppapi/proxy/plugin_main_nacl.cc (revision 169901) |
| +++ ppapi/proxy/plugin_main_nacl.cc (working copy) |
| @@ -228,6 +228,8 @@ |
| } |
| int PpapiPluginMain() { |
| + IrtInit(); |
|
dmichael (off chromium)
2012/12/01 14:48:47
I assume you verified that it's okay to call it tw
bbudge
2012/12/01 16:12:39
Yes. It's idempotent.
|
| + |
| // Though it isn't referenced here, we must instantiate an AtExitManager. |
| base::AtExitManager exit_manager; |
| MessageLoop loop; |