Index: tools/dom/templates/html/impl/impl_AudioNode.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_AudioNode.darttemplate b/tools/dom/templates/html/impl/impl_AudioNode.darttemplate |
index e61a6f4cf735aa07b790ce9d0f91f8512f8ec78b..43db4b3ec890e678229b7aff458e9ee2de590eb9 100644 |
--- a/tools/dom/templates/html/impl/impl_AudioNode.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_AudioNode.darttemplate |
@@ -4,7 +4,7 @@ |
part of web_audio; |
-$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
@DomName('AudioNode.connect') |
void connectNode(AudioNode destination, [int output = 0, int input = 0]) => |