| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| index 7daecae3901c2c78c4238e237ec6321b66900490..20ef9005e99fc86f3dcd1365375f241370b76391 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppp.h
|
| @@ -37,6 +37,7 @@ class BrowserPpp {
|
| ppp_messaging_interface_(NULL),
|
| ppp_input_event_interface_(NULL) {
|
| CHECK(main_channel_ != NULL);
|
| + upcall_thread_.tid = 0;
|
| }
|
|
|
| ~BrowserPpp() {}
|
|
|