Index: runtime/vm/object_service.cc |
diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc |
index 72b8886f606c65024b2d96378643cd0d650460ad..d93391fcf79fdecfb4ae888aa506f0e5c53c4fb0 100644 |
--- a/runtime/vm/object_service.cc |
+++ b/runtime/vm/object_service.cc |
@@ -1518,7 +1518,7 @@ void Stacktrace::PrintJSONImpl(JSONStream* stream, bool ref) const { |
} |
-void JSRegExp::PrintJSONImpl(JSONStream* stream, bool ref) const { |
+void RegExp::PrintJSONImpl(JSONStream* stream, bool ref) const { |
JSONObject jsobj(stream); |
PrintSharedInstanceJSON(&jsobj, ref); |
jsobj.AddProperty("kind", "RegExp"); |