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:
Jeff Walden 2013-01-11 11:59:50 -08:00
Родитель 3dd3961208
Коммит 7abb572d67
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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