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

Unified Diff: lib/html/src/PopStateEventWrappingImplementation.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 | « lib/html/src/PopStateEvent.dart ('k') | lib/html/src/ProgressEvent.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/src/PopStateEventWrappingImplementation.dart
diff --git a/lib/html/src/PopStateEventWrappingImplementation.dart b/lib/html/src/PopStateEventWrappingImplementation.dart
index bd2f021f4f21caac446ca4d7cf04f041236826ed..0a31ee945c73f622f68f35d2db3b8722dad617c9 100644
--- a/lib/html/src/PopStateEventWrappingImplementation.dart
+++ b/lib/html/src/PopStateEventWrappingImplementation.dart
@@ -12,5 +12,5 @@ class PopStateEventWrappingImplementation extends EventWrappingImplementation im
return LevelDom.wrapPopStateEvent(e);
}
- String get state() => _ptr.state;
+ String get state => _ptr.state;
}
« no previous file with comments | « lib/html/src/PopStateEvent.dart ('k') | lib/html/src/ProgressEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698