| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index a2e4a608d4633455f3d507e852670a3db067add1..776a0821529d1e86109c9c52ebe7f67512205319 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -93,6 +93,7 @@ _removed_html_interfaces = [
|
| 'HTMLMarqueeElement',
|
| 'IDBAny',
|
| 'RGBColor',
|
| + 'RadioNodeList', # Folded onto NodeList in dart2js.
|
| 'Rect',
|
| 'SQLTransactionSync', # Workers
|
| 'SQLTransactionSyncCallback', # Workers
|
|
|