Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: ppapi/api/private/ppb_net_address_private.idl

Issue 2394773002: Remove 'char' from IDL (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/api/private/ppb_net_address_private.idl
diff --git a/ppapi/api/private/ppb_net_address_private.idl b/ppapi/api/private/ppb_net_address_private.idl
index 9feb503050e0140c1920cb8e9b73cbdc87222a41..cc8045ddbd99f4c47fb524a5818d53ce863f618e 100644
--- a/ppapi/api/private/ppb_net_address_private.idl
+++ b/ppapi/api/private/ppb_net_address_private.idl
@@ -37,7 +37,7 @@ enum PP_NetAddressFamily_Private {
[assert_size(132)]
struct PP_NetAddress_Private {
uint32_t size;
- char[128] data;
+ int8_t[128] data;
};
/**

Powered by Google App Engine
This is Rietveld 408576698