| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index c08f2e053845ec9c1327623089766f88de1966c4..ba21c8a829b23ea95108792cce461e9f5b1b94f3 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -101,6 +101,8 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
|
|
|
| 'RTCSessionDescription': 'RTCSessionDescription,mozRTCSessionDescription',
|
|
|
| + 'RTCDataChannel': 'RTCDataChannel,DataChannel',
|
| +
|
| 'TransitionEvent': 'TransitionEvent,WebKitTransitionEvent',
|
|
|
| 'WheelEvent': 'WheelEvent,MouseWheelEvent,MouseScrollEvent',
|
|
|