| Index: ppapi/c/dev/ppb_url_util_dev.h
|
| ===================================================================
|
| --- ppapi/c/dev/ppb_url_util_dev.h (revision 68374)
|
| +++ ppapi/c/dev/ppb_url_util_dev.h (working copy)
|
| @@ -32,6 +32,7 @@
|
| int32_t begin;
|
| int32_t len;
|
| };
|
| +PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_UrlComponent_Dev, 8);
|
|
|
| struct PP_UrlComponents_Dev {
|
| struct PP_UrlComponent_Dev scheme;
|
| @@ -43,6 +44,7 @@
|
| struct PP_UrlComponent_Dev query;
|
| struct PP_UrlComponent_Dev ref;
|
| };
|
| +PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_UrlComponents_Dev, 64);
|
|
|
| // URL encoding: URLs are supplied to this interface as NULL-terminated 8-bit
|
| // strings. You can pass non-ASCII characters which will be interpreted as
|
|
|