Index: runtime/lib/regexp_patch.dart |
diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart |
index c03e8d599288e70594bb0120df1e13430edf01e2..c705b4489b10c2183e02f170db24864561e2e5a6 100644 |
--- a/runtime/lib/regexp_patch.dart |
+++ b/runtime/lib/regexp_patch.dart |
@@ -50,7 +50,7 @@ class _JSRegExpMatch implements Match { |
return regexp._groupCount; |
} |
- String get pattern() => regexp.pattern; |
+ String get pattern => regexp.pattern; |
final RegExp regexp; |
final String str; |