зеркало из https://github.com/mozilla/gecko-dev.git
Fix comment referring to "main thread" (r=comment-only)
This commit is contained in:
Родитель
d11dcf1ab0
Коммит
9241573877
|
@ -107,9 +107,9 @@ extern JS_PUBLIC_API(JSBool)
|
|||
JS_GetDebugMode(JSContext *cx);
|
||||
|
||||
/*
|
||||
* Turn on/off debugging mode for a single compartment. This must be
|
||||
* called from the main thread and the compartment must be associated
|
||||
* with the main thread.
|
||||
* Turn on/off debugging mode for a single compartment. This should only be
|
||||
* used when no code from this compartment is running or on the stack in any
|
||||
* thread.
|
||||
*/
|
||||
JS_FRIEND_API(JSBool)
|
||||
JS_SetDebugModeForCompartment(JSContext *cx, JSCompartment *comp, JSBool debug);
|
||||
|
|
Загрузка…
Ссылка в новой задаче