| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index c08cc44c8bbd30543ddd45bbc305078f93798c91..88373df66fb2ec429a5983f976258f9a847e08a0 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -24843,7 +24843,7 @@ class RtcIceCandidate extends Interceptor {
|
| @DomName('RTCIceCandidateEvent')
|
| // http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcicecandidate-type
|
| @Experimental()
|
| -@Native("RTCIceCandidateEvent")
|
| +@Native("RTCIceCandidateEvent,RTCPeerConnectionIceEvent")
|
| class RtcIceCandidateEvent extends Event {
|
| // To suppress missing implicit constructor warnings.
|
| factory RtcIceCandidateEvent._() { throw new UnsupportedError("Not supported"); }
|
|
|