mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Attempt to fix Windows bustage.
This commit is contained in:
parent
b862c4f94c
commit
4d2ec2cd35
@ -1149,8 +1149,8 @@ struct JSObject : js::gc::Cell {
|
||||
inline JSObject *getThrowTypeError() const;
|
||||
|
||||
JSObject *clone(JSContext *cx, JSObject *proto, JSObject *parent);
|
||||
bool copyPropertiesFrom(JSContext *cx, JSObject *obj);
|
||||
bool swap(JSContext *cx, JSObject *other);
|
||||
JS_FRIEND_API(bool) copyPropertiesFrom(JSContext *cx, JSObject *obj);
|
||||
JS_FRIEND_API(bool) swap(JSContext *cx, JSObject *other);
|
||||
|
||||
const js::Shape *defineBlockVariable(JSContext *cx, jsid id, intN index);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user