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

Unified Diff: lib/html/src/PopStateEvent.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
Index: lib/html/src/PopStateEvent.dart
diff --git a/lib/html/src/PopStateEvent.dart b/lib/html/src/PopStateEvent.dart
index 470db3b5b6e6289694d891eb6bcdd38e4d975750..8b5400cf1bcf0b2844565341249cc2627d70f20d 100644
--- a/lib/html/src/PopStateEvent.dart
+++ b/lib/html/src/PopStateEvent.dart
@@ -6,5 +6,5 @@ interface PopStateEvent extends Event default PopStateEventWrappingImplementatio
PopStateEvent(String type, Object state, [bool canBubble, bool cancelable]);
- String get state();
+ String get state;
}
« no previous file with comments | « lib/html/src/PageTransitionEventWrappingImplementation.dart ('k') | lib/html/src/PopStateEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698