mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Rename stacksize formal param to stackChunkSize (27767, really a doc bug).
This commit is contained in:
parent
6131fcdb0b
commit
22afff17dc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user