зеркало из https://github.com/mozilla/gecko-dev.git
remove bogus CHECK_REQUEST in JS_ClearRegexpStatics (16128)
This commit is contained in:
Родитель
918e0cb0ca
Коммит
ee453f5618
|
@ -3118,7 +3118,6 @@ JS_ClearRegExpStatics(JSContext *cx)
|
|||
{
|
||||
JSRegExpStatics *res;
|
||||
|
||||
CHECK_REQUEST(cx);
|
||||
/* No locking required, cx is thread-private and input must be live. */
|
||||
res = &cx->regExpStatics;
|
||||
res->input = NULL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче