Attempt to fix Windows bustage.

This commit is contained in:
Blake Kaplan 2010-12-02 15:46:39 -08:00
parent b862c4f94c
commit 4d2ec2cd35

View File

@ -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);