Index: tools/dom/templates/html/dart2js/impl_RTCSessionDescription.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_RTCSessionDescription.darttemplate b/tools/dom/templates/html/dart2js/impl_RTCSessionDescription.darttemplate |
index 9592eb5a2be6730d5f960285ee8cc7d7d19aec45..9ca8ceb2ec0a05976dc20ee5c8424bc96f2a0f7c 100644 |
--- a/tools/dom/templates/html/dart2js/impl_RTCSessionDescription.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_RTCSessionDescription.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, |