| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index a94f70035045bc5e08a6840c2f0b3ff8d84db09f..5d80090cc5aac3b9e8df6de26f9eaafe3ebaf69e 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -34,6 +34,8 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
|
| 'PositionErrorCallback': '_PositionErrorCallback',
|
| 'Rect': 'CssRect',
|
| 'RGBColor': 'CssRgbColor',
|
| + 'RTCDTMFSender': 'RtcDtmfSender',
|
| + 'RTCDTMFToneChangeEvent': 'RtcDtmfToneChangeEvent',
|
| 'RTCErrorCallback': '_RtcErrorCallback',
|
| 'RTCSessionDescriptionCallback': '_RtcSessionDescriptionCallback',
|
| 'StorageInfoErrorCallback': '_StorageInfoErrorCallback',
|
|
|