| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index b49cf0ac2adc5406a9824142dee0a40529826ed7..1c64409218f7228e73db1e35cf04af4148b9a9fa 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -84,6 +84,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
|
|
|
| 'NodeList': 'NodeList,RadioNodeList',
|
|
|
| + 'RTCPeerConnection': 'RTCPeerConnection,mozRTCPeerConnection',
|
| +
|
| 'TransitionEvent': 'TransitionEvent,WebKitTransitionEvent',
|
|
|
| 'WheelEvent': 'WheelEvent,MouseWheelEvent,MouseScrollEvent',
|
|
|