Chromium Code Reviews| Index: sdk/lib/core/regexp.dart |
| diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart |
| index b94e1636735b31d15a4e9e7f33343ba51af194cc..815c52a4e27bb60bfae9130cb9015cd7fac1b555 100644 |
| --- a/sdk/lib/core/regexp.dart |
| +++ b/sdk/lib/core/regexp.dart |
| @@ -91,7 +91,7 @@ abstract class Match { |
| * Will be removed soon. |
| */ |
| @deprecated |
| - String get src; |
| + String get str; |
| /** |
| * The pattern used to search in [input]. |