| Index: tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_AudioContext.darttemplate b/tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| index 1d0f91ef87b2c0ab623a9b38238845bece91e8e5..603c643712492396b6cc164a6e4c3496563969ff 100644
|
| --- a/tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| @@ -4,7 +4,7 @@
|
|
|
| part of web_audio;
|
|
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| $!MEMBERS
|
| $if DART2JS
|
| factory AudioContext() => JS('AudioContext',
|
|
|