| 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..f539901383747e194a636038fb43314361c9fb6c 100644
|
| --- a/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate
|
| @@ -4,6 +4,8 @@
|
|
|
| part of $LIBRARYNAME;
|
|
|
| +$!TOPLEVEL
|
| +
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| $if DART2JS
|
| factory $CLASSNAME(Map rtcIceServers, [Map mediaConstraints]) {
|
|
|