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

Unified Diff: lib/dom/templates/html/impl/impl_Storage.darttemplate

Issue 10928060: Partially migrate from old getter syntax to new one. (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/templates/html/impl/impl_SVGElement.darttemplate ('k') | lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/impl/impl_Storage.darttemplate
diff --git a/lib/dom/templates/html/impl/impl_Storage.darttemplate b/lib/dom/templates/html/impl/impl_Storage.darttemplate
index e55d4ede8422605a0b009c9e206422c8e251fe62..b6027f5bef81e7a16becc12f84c71e0952792018 100644
--- a/lib/dom/templates/html/impl/impl_Storage.darttemplate
+++ b/lib/dom/templates/html/impl/impl_Storage.darttemplate
@@ -47,7 +47,7 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
return values;
}
- int get length() => $dom_length;
+ int get length => $dom_length;
bool isEmpty() => $dom_key(0) == null;
$!MEMBERS
« no previous file with comments | « lib/dom/templates/html/impl/impl_SVGElement.darttemplate ('k') | lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698