| Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| index 944240e5fd65d74cf2c226bb2d454c46992572e7..6d23557af8bb931524a2651f423208ce0e4ee2ac 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| @@ -240,7 +240,6 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> {
|
| // Keep this last in declaration order to ensure the other variables
|
| // haven't been destroyed yet when its destructor runs.
|
| nacl::scoped_ptr<PnaclTranslateThread> translate_thread_;
|
| -
|
| };
|
|
|
| //----------------------------------------------------------------------
|
|
|