| Index: sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate b/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| index b648c9c9056dfca1e70ff2ce63b8d4123b2d6a73..df1844b428d1f795fe8a0f62c22526d139b9ea68 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| @@ -4,6 +4,7 @@
|
|
|
| part of html;
|
|
|
| +/// @domName $DOMNAME
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.create$CLASSNAME();
|
| $!MEMBERS
|
|
|