Index: ppapi/c/private/ppb_net_address_private.h |
diff --git a/ppapi/c/private/ppb_net_address_private.h b/ppapi/c/private/ppb_net_address_private.h |
index 82f6e4557e9f2a410ff75afe9cb2bfcedc77d5c4..bead6ee976ecbdc19c949fc807b0b7fbb2589655 100644 |
--- a/ppapi/c/private/ppb_net_address_private.h |
+++ b/ppapi/c/private/ppb_net_address_private.h |
@@ -60,7 +60,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_NetAddressFamily_Private, 4); |
*/ |
struct PP_NetAddress_Private { |
uint32_t size; |
- char data[128]; |
+ int8_t data[128]; |
}; |
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_NetAddress_Private, 132); |
/** |