| 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;
|
|
|
|
|