зеркало из https://github.com/mozilla/pjs.git
Bug 377831: patch from Martijn Wargers <martijn.martijn@gmail.com> to fix JS_TraceChildren declarataion. r=myself
This commit is contained in:
Родитель
a45e18392d
Коммит
5066f18bfc
|
@ -1007,7 +1007,7 @@ JS_CallTracer(JSTracer *trc, void *thing, uint32 kind);
|
|||
JS_END_MACRO
|
||||
|
||||
extern JS_PUBLIC_API(void)
|
||||
JS_TraceChildren(JSTracer *trc, void *thing, uintN type);
|
||||
JS_TraceChildren(JSTracer *trc, void *thing, uint32 kind);
|
||||
|
||||
#ifdef DEBUG
|
||||
extern JS_PUBLIC_API(void)
|
||||
|
|
Загрузка…
Ссылка в новой задаче