| Index: ppapi/c/pp_instance.h
|
| diff --git a/ppapi/c/pp_instance.h b/ppapi/c/pp_instance.h
|
| index 7195b546a25f048f99f5a3d148ee08fcd0df06fa..87d430cc9d4e88112eefad8f4f75c70b608f1950 100644
|
| --- a/ppapi/c/pp_instance.h
|
| +++ b/ppapi/c/pp_instance.h
|
| @@ -24,8 +24,8 @@
|
| * is guaranteed never to be 0, so a plugin can initialize it to 0 to
|
| * indicate a "NULL handle."
|
| */
|
| -typedef int64_t PP_Instance;
|
| -PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 8);
|
| +typedef int32_t PP_Instance;
|
| +PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 4);
|
|
|
| /**
|
| * @}
|
|
|