Rename stacksize formal param to stackChunkSize (27767, really a doc bug).

This commit is contained in:
brendan%mozilla.org 2000-03-23 23:50:29 +00:00
parent 6131fcdb0b
commit 22afff17dc

View File

@ -361,7 +361,7 @@ extern JS_PUBLIC_API(void)
JS_Unlock(JSRuntime *rt);
extern JS_PUBLIC_API(JSContext *)
JS_NewContext(JSRuntime *rt, size_t stacksize);
JS_NewContext(JSRuntime *rt, size_t stackChunkSize);
extern JS_PUBLIC_API(void)
JS_DestroyContext(JSContext *cx);