| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 23882c62769db5234bc0100f2cc7977c95518c71..0f11f6b8c6d4a0274ed4ae1c9977160ef8566bc9 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -205,6 +205,7 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'Element.getElementsByTagName',
|
| 'Element.hasAttribute',
|
| 'Element.hasAttributeNS',
|
| + 'Element.innerHTML',
|
| 'ParentNode.lastElementChild',
|
| 'Element.querySelectorAll',
|
| 'Element.removeAttribute',
|
|
|