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

Unified Diff: lib/html/src/BeforeLoadEvent.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/BeforeLoadEvent.dart
diff --git a/lib/html/src/BeforeLoadEvent.dart b/lib/html/src/BeforeLoadEvent.dart
index 141d8e3950f7fd01b38a34c0f79d714a172f318d..7b9c1fd764c3caed2a2eb1a33c34dce0c7c1da51 100644
--- a/lib/html/src/BeforeLoadEvent.dart
+++ b/lib/html/src/BeforeLoadEvent.dart
@@ -6,5 +6,5 @@ interface BeforeLoadEvent extends Event default BeforeLoadEventWrappingImplement
BeforeLoadEvent(String type, String url, [bool canBubble, bool cancelable]);
- String get url();
+ String get url;
}
« no previous file with comments | « lib/html/src/AnimationEventWrappingImplementation.dart ('k') | lib/html/src/BeforeLoadEventWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698