diff options
author | lhchavez <lhchavez@chromium.org> | 2016-01-08 16:47:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-09 00:49:12 +0000 |
commit | 41bc841af01d297a6d337a62a195cd4080dc7639 (patch) | |
tree | f5723e7e53f58ce707d655329753787d441064dc /mojo/mojo_common_unittests.isolate | |
parent | 7e642027bde0962b5ff5ee85fe6b3cd61fef7fd5 (diff) | |
download | chromium_src-41bc841af01d297a6d337a62a195cd4080dc7639.zip chromium_src-41bc841af01d297a6d337a62a195cd4080dc7639.tar.gz chromium_src-41bc841af01d297a6d337a62a195cd4080dc7639.tar.bz2 |
mojo: Fix the size of several platform-specific structs
Having SerializedPlatformHandleDispatcher::platform_handle_index (and
other platform-specific structs) be a size_t causes 64-bit processes
communicating with 32-bit processes to fail the size check. This change
fixes the size of |platform_handle_index| (and similar ones) so it is
fixed across platforms (to uint32_t) so that the error goes away.
BUG=574945
TEST=32-bit ARC communication works in 64-bit Chrome OS
Review URL: https://codereview.chromium.org/1568693002
Cr-Commit-Position: refs/heads/master@{#368488}
Diffstat (limited to 'mojo/mojo_common_unittests.isolate')
0 files changed, 0 insertions, 0 deletions