mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Issue #2692 - Follow-Up: fix compilation in debug
This commit is contained in:
parent
c31cda6c74
commit
7d3dc5a2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -3946,7 +3946,7 @@ ParseRegExp(JSContext* cx, unsigned argc, Value* vp)
|
|||
if (!pattern)
|
||||
return false;
|
||||
|
||||
CompileOptions options(cx);
|
||||
JS::CompileOptions options(cx);
|
||||
frontend::TokenStream dummyTokenStream(cx, options, nullptr, 0, nullptr);
|
||||
|
||||
irregexp::RegExpCompileData data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue