Bug 1928676 - Part 2: Use GCPtr instead of HeapPtr in RegExpShared r=sfink

Differential Revision: https://phabricator.services.mozilla.com/D227952
This commit is contained in:
Jon Coppeard 2024-11-07 10:43:19 +00:00
Родитель 83b282d0a5
Коммит bac82d097e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ class RegExpShared
friend class RegExpZone;
struct RegExpCompilation {
HeapPtr<jit::JitCode*> jitCode;
GCPtr<jit::JitCode*> jitCode;
ByteCode* byteCode = nullptr;
bool compiled(CodeKind kind = CodeKind::Any) const {