| Index: ppapi/c/dev/ppb_char_set_dev.h
|
| ===================================================================
|
| --- ppapi/c/dev/ppb_char_set_dev.h (revision 68374)
|
| +++ ppapi/c/dev/ppb_char_set_dev.h (working copy)
|
| @@ -31,6 +31,7 @@
|
| // many languages this will be the representation of the '?' character.
|
| PP_CHARSET_CONVERSIONERROR_SUBSTITUTE
|
| };
|
| +PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(PP_CharSet_ConversionError, 4);
|
|
|
| struct PPB_CharSet_Dev {
|
| // Converts the UTF-16 string pointed to in |*utf16| to an 8-bit string in the
|
|
|