Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: runtime/lib/regexp_patch.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | runtime/lib/weak_property.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | runtime/lib/weak_property.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698