summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/src/vm/RegExpObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/vm/RegExpObject.cpp b/js/src/vm/RegExpObject.cpp
index 2c6d66381f..151571085d 100644
--- a/js/src/vm/RegExpObject.cpp
+++ b/js/src/vm/RegExpObject.cpp
@@ -970,6 +970,7 @@ RegExpShared::trace(JSTracer* trc)
TraceNullableEdge(trc, &source, "RegExpShared source");
for (auto& comp : compilationArray)
TraceNullableEdge(trc, &comp.jitCode, "RegExpShared code");
+ TraceNullableEdge(trc, &groupsTemplate_, "RegExpShared groupsTemplate");
}
bool