| Index: lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate b/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index 96f0cda8d9d17f7cff9931f8d2f33af20109f7f5..8636677cb4398e7d01179941758abe236332fc2a 100644
|
| --- a/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -131,7 +131,7 @@ class _FrozenCSSClassSet extends _CssClassSet {
|
| }
|
| Set<String> _read() => new Set<String>();
|
|
|
| - bool get isFrozen => true;
|
| + bool get frozen => true;
|
| }
|
|
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|