mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 830871 - Remove JS_FRIEND_API from js_GetClassPrototype as it isn't (and shouldn't be) used outside SpiderMonkey. r=jorendorff
--HG-- extra : rebase_source : aefa8e56c479bec12b9237e1479c34bbf2c88d19
This commit is contained in:
parent
ffe78a488d
commit
950d67e8b3
@ -1412,7 +1412,7 @@ js_InferFlags(JSContext *cx, unsigned defaultFlags);
|
||||
* If protoKey is constant and scope is non-null, use GlobalObject's prototype
|
||||
* methods instead.
|
||||
*/
|
||||
extern JS_FRIEND_API(bool)
|
||||
extern bool
|
||||
js_GetClassPrototype(JSContext *cx, JSProtoKey protoKey, js::MutableHandleObject protop,
|
||||
js::Class *clasp = NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user