Chromium Code Reviews| 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 a4f523c00952a8b4f0af15fff221f981ac2505de..3813d0ec8511590d8dd5657554bfd383c914c88f 100644 |
| --- a/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate |
| +++ b/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| + factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.create$CLASSNAME(); |
| $!MEMBERS |
| $if DART2JS |
| GainNode createGain() { |