| Index: lib/html/templates/html/interface/interface_Element.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_Element.darttemplate b/lib/html/templates/html/interface/interface_Element.darttemplate
|
| index 449737b7be99df15b1c37ff826b14b8033b50365..3cdb7017e3db71a093b98337cf9fe74435917db8 100644
|
| --- a/lib/html/templates/html/interface/interface_Element.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_Element.darttemplate
|
| @@ -58,7 +58,7 @@ abstract class CSSClassSet implements Set<String> {
|
| * Returns [:true:] classes cannot be added or removed from this
|
| * [:CSSClassSet:].
|
| */
|
| - bool get isFrozen;
|
| + bool get frozen;
|
| }
|
|
|
| $!COMMENT
|
|
|