Index: tools/dom/templates/html/dart2js/impl_RTCIceCandidate.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_RTCIceCandidate.darttemplate b/tools/dom/templates/html/dart2js/impl_RTCIceCandidate.darttemplate |
index b6a33d6263b83dd592f05c1905b9d9a924c4849e..06b5456eaefdb852571905605e3ca304a52d79f3 100644 |
--- a/tools/dom/templates/html/dart2js/impl_RTCIceCandidate.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_RTCIceCandidate.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
factory $CLASSNAME(Map dictionary) { |
// TODO(efortuna): Remove this check if when you can actually construct with |
// the unprefixed RTCIceCandidate in Firefox (currently both are defined, |