Index: tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate b/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate |
index 64474fd807f839bb77d9bac7fd6f403835adb123..9b8eea8517993ae9876604ba9a8ab8b716f27edf 100644 |
--- a/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$if DART2JS |
factory $CLASSNAME(Map rtcIceServers, [Map mediaConstraints]) { |
var constructorName = JS('RtcPeerConnection', 'window[#]', |