| Index: ppapi/api/dev/ppb_udp_socket_dev.idl
|
| diff --git a/ppapi/api/dev/ppb_udp_socket_dev.idl b/ppapi/api/dev/ppb_udp_socket_dev.idl
|
| index 3db47982896554593f6cc2e5fd9e10d36cc6a43f..fbe2c9e6e436cfa7c55254cb1ce5434cf5974e6d 100644
|
| --- a/ppapi/api/dev/ppb_udp_socket_dev.idl
|
| +++ b/ppapi/api/dev/ppb_udp_socket_dev.idl
|
| @@ -92,7 +92,7 @@ interface PPB_UDPSocket_Dev {
|
| *
|
| * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
|
| * socket.
|
| - * @param[in] addr A <code>PPB_NetAddress_Dev</code> resource.
|
| + * @param[in] addr A <code>PPB_NetAddress</code> resource.
|
| * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
|
| * completion.
|
| *
|
| @@ -112,8 +112,7 @@ interface PPB_UDPSocket_Dev {
|
| * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
|
| * socket.
|
| *
|
| - * @return A <code>PPB_NetAddress_Dev</code> resource on success or 0 on
|
| - * failure.
|
| + * @return A <code>PPB_NetAddress</code> resource on success or 0 on failure.
|
| */
|
| PP_Resource GetBoundAddress([in] PP_Resource udp_socket);
|
|
|
| @@ -126,8 +125,8 @@ interface PPB_UDPSocket_Dev {
|
| * @param[out] buffer The buffer to store the received data on success. It
|
| * must be at least as large as <code>num_bytes</code>.
|
| * @param[in] num_bytes The number of bytes to read.
|
| - * @param[out] addr A <code>PPB_NetAddress_Dev</code> resource to store the
|
| - * source address on success.
|
| + * @param[out] addr A <code>PPB_NetAddress</code> resource to store the source
|
| + * address on success.
|
| * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
|
| * completion.
|
| *
|
| @@ -148,8 +147,8 @@ interface PPB_UDPSocket_Dev {
|
| * socket.
|
| * @param[in] buffer The buffer containing the data to send.
|
| * @param[in] num_bytes The number of bytes to send.
|
| - * @param[in] addr A <code>PPB_NetAddress_Dev</code> resource holding the
|
| - * target address.
|
| + * @param[in] addr A <code>PPB_NetAddress</code> resource holding the target
|
| + * address.
|
| * @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
|
| * completion.
|
| *
|
|
|