Chromium Code Reviews| Index: ppapi/native_client/src/trusted/plugin/plugin.h |
| =================================================================== |
| --- ppapi/native_client/src/trusted/plugin/plugin.h (revision 114029) |
| +++ ppapi/native_client/src/trusted/plugin/plugin.h (working copy) |
| @@ -488,7 +488,7 @@ |
| FileDownloader nexe_downloader_; |
| pp::CompletionCallbackFactory<Plugin> callback_factory_; |
| - PnaclCoordinator pnacl_; |
| + PnaclCoordinator* pnacl_; |
|
jvoung - send to chromium...
2011/12/13 03:14:33
Does this ever get deleted?
sehr (please use chromium)
2011/12/13 20:05:04
Thanks. Changed to scoped_ptr so that it goes awa
|
| // The manifest dictionary. Used for looking up resources to be loaded. |
| nacl::scoped_ptr<Manifest> manifest_; |