Index: runtime/lib/regexp_patch.dart |
diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart |
index 909b801cf8415fbd1eebcc3bf23f5392fc43ba40..e2b9fece8955da6b416175cf39d3b21ed4d52f4a 100644 |
--- a/runtime/lib/regexp_patch.dart |
+++ b/runtime/lib/regexp_patch.dart |
@@ -55,9 +55,6 @@ class _JSRegExpMatch implements Match { |
Pattern get pattern => _regexp; |
- // TODO(12843): Remove when grace period is over. |
- String get str => input; |
- |
final RegExp _regexp; |
final String input; |
final List<int> _match; |