Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index 681da3b742f7fe386e0a2b30da11104c8207a2ad..d5f34987fdbd9c0699ac6e4565a8171601164d4b 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -199,9 +199,9 @@ class ObjectPointerVisitor; |
V(_RawReceivePortImpl, "_RawReceivePortImpl") \ |
V(_SendPortImpl, "_SendPortImpl") \ |
V(_StackTrace, "_StackTrace") \ |
- V(JSSyntaxRegExp, "_JSSyntaxRegExp") \ |
+ V(_RegExp, "_RegExp") \ |
V(RegExp, "RegExp") \ |
- V(Irregexp, ":irregexp") \ |
+ V(ColonMatcher, ":matcher") \ |
V(Object, "Object") \ |
V(Int, "int") \ |
V(Double, "double") \ |