| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index c989f5ed9f91b60d7acbb3232ad6491e045844bb..d1cc2ba70bec676e974aa73e724ba4bb8122fbe0 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -211,13 +211,9 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'Element.children',
|
| 'Element.childElementCount',
|
| 'Element.firstElementChild',
|
| - 'Element.getAttribute',
|
| - 'Element.getAttributeNS',
|
| 'Element.getElementsByTagName',
|
| 'Element.scrollIntoView',
|
| 'Element.scrollIntoViewIfNeeded',
|
| - 'Element.setAttribute',
|
| - 'Element.setAttributeNS',
|
| 'Element.removeAttribute',
|
| 'Element.removeAttributeNS',
|
| 'Element.hasAttribute',
|
| @@ -276,7 +272,6 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'MutationEvent.initMutationEvent',
|
| 'MutationObserver.observe',
|
| 'Node.attributes',
|
| - 'Node.childNodes',
|
| 'Node.localName',
|
| 'Node.namespaceURI',
|
| 'Node.removeChild',
|
|
|