Bug 618485 - Prefer word types that exist. no_r=red

This commit is contained in:
Sean Stangl 2013-04-25 17:05:20 -07:00
parent 654d376568
commit f4fee95fc1

View File

@ -321,7 +321,7 @@ typedef union jsval_layout
int32_t i32;
uint32_t u32;
JSWhyMagic why;
jsuword word;
uintptr_t word;
} payload;
} s;
double asDouble;