зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
83b282d0a5
Коммит
bac82d097e
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче