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

Unified Diff: lib/html/templates/html/impl/impl_Element.darttemplate

Issue 10993006: Changing CSSClassSet from isFrozen to frozen for API consistency. (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/templates/html/impl/impl_Element.darttemplate
diff --git a/lib/html/templates/html/impl/impl_Element.darttemplate b/lib/html/templates/html/impl/impl_Element.darttemplate
index 2bb8351d292fd91f66b11648adc67acab887a32a..c70ab47f54ff03214a8c082d28d40d5badcf050a 100644
--- a/lib/html/templates/html/impl/impl_Element.darttemplate
+++ b/lib/html/templates/html/impl/impl_Element.darttemplate
@@ -493,7 +493,7 @@ class _CssClassSet implements CSSClassSet {
bool isEmpty() => _read().isEmpty();
- bool get isFrozen => false;
+ bool get frozen => false;
int get length =>_read().length;

Powered by Google App Engine
This is Rietveld 408576698