diff --git a/js/src/vm/RegExpObject.h b/js/src/vm/RegExpObject.h index 17d961eede..547746529a 100644 --- a/js/src/vm/RegExpObject.h +++ b/js/src/vm/RegExpObject.h @@ -134,8 +134,8 @@ class RegExpShared bool canStringMatch; bool marked_; - uint32_t numNamedCaptures_; - GCPtr groupsTemplate_; + uint32_t numNamedCaptures_; + HeapPtr groupsTemplate_; RegExpCompilation compilationArray[4];