| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 0ef9fe92f3d8fcd91f248a711519f9cfb1bada39..0e40253b5e2697e4addfb2a4a79b2f5124f675d9 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -49,6 +49,7 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
|
| 'NotificationPermissionCallback': '_NotificationPermissionCallback',
|
| 'PositionCallback': '_PositionCallback',
|
| 'PositionErrorCallback': '_PositionErrorCallback',
|
| + 'Request': '_Request',
|
| 'RTCDTMFSender': 'RtcDtmfSender',
|
| 'RTCDTMFToneChangeEvent': 'RtcDtmfToneChangeEvent',
|
| 'RTCErrorCallback': '_RtcErrorCallback',
|
|
|