| Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
|
| index 44ed1455154726555eb3d51975e1048a4d12a680..1273df929c79642b44656ed709d9cd9d48fad3f0 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
|
| @@ -32,7 +32,7 @@
|
| },
|
| {'name': 'PPB_WebSocket_Close',
|
| 'inputs': [['ws', 'PP_Resource'], # PP_Resource
|
| - ['code', 'int32_t'], # uint16_t
|
| + ['code', 'int32_t'], # PP_WebSocketStatusCode
|
| ['reason', 'char[]'], # PP_Var
|
| ['callback_id', 'int32_t'], # PP_CompletionCallback
|
| ],
|
|
|