| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 8d12bcdce7f8873ff3f64531cc6783d08de97bb4..705232a142404329779ca540d1d1c1afeeaf9db0 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -154,6 +154,17 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
|
| 'Geolocation.getCurrentPosition',
|
| 'Geolocation.watchPosition',
|
| 'HashChangeEvent.initHashChangeEvent',
|
| + 'HTMLTableElement.createCaption',
|
| + 'HTMLTableElement.createTBody',
|
| + 'HTMLTableElement.createTFoot',
|
| + 'HTMLTableElement.createTHead',
|
| + 'HTMLTableElement.insertRow',
|
| + 'HTMLTableElement.rows',
|
| + 'HTMLTableElement.tBodies',
|
| + 'HTMLTableRowElement.cells',
|
| + 'HTMLTableRowElement.insertCell',
|
| + 'HTMLTableSectionElement.insertRow',
|
| + 'HTMLTableSectionElement.rows',
|
| 'IDBCursor.delete',
|
| 'IDBCursor.update',
|
| 'IDBDatabase.createObjectStore',
|
|
|