mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 19:28:40 +09:00
Issue #2083 - Follow-up: RegExpShared::source should be a GCPtr.
A hangover from before RegExpShared was a GC thing, as noted by m-c 1399928.
This commit is contained in:
parent
a215929a31
commit
22dc363c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class RegExpShared : public gc::TenuredCell
|
|||
};
|
||||
|
||||
/* Source to the RegExp, for lazy compilation. */
|
||||
HeapPtr<JSAtom*> source;
|
||||
GCPtr<JSAtom*> source;
|
||||
|
||||
RegExpFlag flags;
|
||||
bool canStringMatch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue