| Index: sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate b/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index c0b0b67944c3d0e63889d4cc4dd81c22effb610a..bcd7feedbef0bef1c013626a77c4f2d963efafe1 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -19,6 +19,7 @@ class _FrozenCssClassSet extends CssClassSet {
|
| bool get frozen => true;
|
| }
|
|
|
| +/// @domName $DOMNAME
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createDocumentFragment();
|
|
|
|
|