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

Unified Diff: lib/dom/src/dart2js_DOMType.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/dom/src/dart2js_DOMImplementation.dart ('k') | lib/dom/src/dummy_GlobalProperties.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/src/dart2js_DOMType.dart
diff --git a/lib/dom/src/dart2js_DOMType.dart b/lib/dom/src/dart2js_DOMType.dart
index 695214ff248ed0ec1422a3d3a38dbd479c85113e..6d345e020ec67ea4489baab1b57dd9923b1c5347 100644
--- a/lib/dom/src/dart2js_DOMType.dart
+++ b/lib/dom/src/dart2js_DOMType.dart
@@ -6,5 +6,5 @@ interface DOMType {
// TODO(vsm): Remove if/when Dart supports OLS for all objects.
var dartObjectLocalStorage;
- String get typeName();
+ String get typeName;
}
« no previous file with comments | « lib/dom/src/dart2js_DOMImplementation.dart ('k') | lib/dom/src/dummy_GlobalProperties.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698