mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 989204 followup - Fix Windows build. r=red
This commit is contained in:
parent
a6de8d6ca3
commit
20092ee324
@ -539,7 +539,7 @@ class FunctionExtended : public JSFunction
|
||||
static const unsigned NUM_EXTENDED_SLOTS = 2;
|
||||
|
||||
static inline size_t offsetOfArrowThisSlot() {
|
||||
return offsetof(FunctionExtended, extendedSlots) + 0 * sizeof(extendedSlots[0]);
|
||||
return offsetof(FunctionExtended, extendedSlots) + 0 * sizeof(HeapValue);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user