Index: tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate b/tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate |
index 4ca86263640d14ae4b4cedfeffc4daa3f40a2f6d..23e9af7abd0eccdfc68fb3246d35051be95f1d81 100644 |
--- a/tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_SpeechRecognition.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
factory SpeechRecognition() { |
return JS('SpeechRecognition', |