mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
remove bogus CHECK_REQUEST in JS_ClearRegexpStatics (16128)
This commit is contained in:
parent
918e0cb0ca
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user