| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 665cc293f7560f8d30bfd9aceeb39e31872b107c..cbf98abef405f3677821faac795a9c8ec03e5848 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -509,6 +509,7 @@ for member in convert_to_future_members:
|
| # subclasses.
|
| # TODO(jacobr): cleanup and augment this list.
|
| removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
|
| + 'Attr.textContent', # Not needed as it is the same as Node.textContent.
|
| 'AudioBufferSourceNode.looping', # TODO(vsm): Use deprecated IDL annotation
|
| 'CSSStyleDeclaration.getPropertyCSSValue',
|
| 'CanvasRenderingContext2D.clearShadow',
|
|
|