Skip to content
Snippets Groups Projects
Commit 7d63b33d authored by Jon Coppeard's avatar Jon Coppeard
Browse files

Bug 1399928 - RegExpShared::source should be a GCPtr r=sfink

parent 7a85529c
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ class RegExpShared : public gc::TenuredCell ...@@ -116,7 +116,7 @@ class RegExpShared : public gc::TenuredCell
}; };
/* Source to the RegExp, for lazy compilation. */ /* Source to the RegExp, for lazy compilation. */
HeapPtr<JSAtom*> source; GCPtr<JSAtom*> source;
RegExpFlag flags; RegExpFlag flags;
bool canStringMatch; bool canStringMatch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment