| Index: lib/html/templates/html/interface/interface_AudioContext.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_AudioContext.darttemplate b/lib/html/templates/html/interface/interface_AudioContext.darttemplate
|
| index 4c9be0cc0756b44e19b0f1e85f51bc197f5097df..fb4fb244b4e48ff8618396cfdaa1d223e29c1551 100644
|
| --- a/lib/html/templates/html/interface/interface_AudioContext.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_AudioContext.darttemplate
|
| @@ -5,6 +5,6 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| $!COMMENT
|
| -interface $ID$EXTENDS default _$(ID)FactoryProvider {
|
| - $ID();
|
| +abstract class $ID$EXTENDS {
|
| + factory $ID() => _$(ID)FactoryProvider.create$ID();
|
| $!MEMBERS}
|
|
|