| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index 6b665116dcdc731995063b87992f321c859a6dbc..cb3e737c01cc76dae6429d79615a583fe1553ff0 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -167,6 +167,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
|
|
|
| 'RTCIceCandidate': 'RTCIceCandidate,mozRTCIceCandidate',
|
|
|
| + 'RTCIceCandidateEvent': 'RTCIceCandidateEvent,RTCPeerConnectionIceEvent',
|
| +
|
| 'RTCSessionDescription': 'RTCSessionDescription,mozRTCSessionDescription',
|
|
|
| 'RTCDataChannel': 'RTCDataChannel,DataChannel',
|
|
|