| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index 1c64409218f7228e73db1e35cf04af4148b9a9fa..73bf90ecc22721d37adcbe9bc7d56c959daba5fb 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -86,6 +86,10 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
|
|
|
| 'RTCPeerConnection': 'RTCPeerConnection,mozRTCPeerConnection',
|
|
|
| + 'RTCIceCandidate': 'RTCIceCandidate,mozRTCIceCandidate',
|
| +
|
| + 'RTCSessionDescription': 'RTCSessionDescription,mozRTCSessionDescription',
|
| +
|
| 'TransitionEvent': 'TransitionEvent,WebKitTransitionEvent',
|
|
|
| 'WheelEvent': 'WheelEvent,MouseWheelEvent,MouseScrollEvent',
|
|
|