| Index: ppapi/thunk/ppb_websocket_api.h
|
| diff --git a/ppapi/thunk/ppb_websocket_api.h b/ppapi/thunk/ppb_websocket_api.h
|
| index 04fc9604beb71c5d054e092a7070bf272cd6aa17..53856689f8ac47062dc7fd930cde5f495d1fb353 100644
|
| --- a/ppapi/thunk/ppb_websocket_api.h
|
| +++ b/ppapi/thunk/ppb_websocket_api.h
|
| @@ -29,7 +29,7 @@ class PPB_WebSocket_API {
|
|
|
| // Closes the established connection with specified |code| and |reason|.
|
| // Returns an int32_t error code from pp_errors.h.
|
| - virtual int32_t Close(uint16_t code,
|
| + virtual int32_t Close(PP_WebSocketStatusCode code,
|
| PP_Var reason,
|
| PP_CompletionCallback callback) = 0;
|
|
|
|
|