mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 960653 - part 2 - change JSJitInfo.{protoID,depth} to 16-bit fields; r=bz,efaust
This commit is contained in:
parent
80ee4b7f7c
commit
e06d758b5b
@ -1517,8 +1517,8 @@ struct JSJitInfo {
|
||||
JSParallelNative parallelNative;
|
||||
};
|
||||
|
||||
uint32_t protoID;
|
||||
uint32_t depth;
|
||||
uint16_t protoID;
|
||||
uint16_t depth;
|
||||
// type not being ParallelNative means this is a DOM method. If you
|
||||
// change that, come up with a different way of implementing
|
||||
// isDOMJitInfo().
|
||||
|
Loading…
Reference in New Issue
Block a user