| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 0a50914a2c5c9fbdc3f0c6eb3d9c06c8893ae1f3..e8081834416198e8ac1830973c6e355375c20695 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -152,11 +152,25 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [
|
| 'Geolocation.getCurrentPosition',
|
| 'Geolocation.watchPosition',
|
| 'HashChangeEvent.initHashChangeEvent',
|
| + 'IDBCursor.delete',
|
| + 'IDBCursor.update',
|
| + 'IDBDatabase.createObjectStore',
|
| 'IDBFactory.deleteDatabase',
|
| + 'IDBFactory.webkitGetDatabaseNames',
|
| 'IDBFactory.open',
|
| - 'IDBObjectStore.put',
|
| + 'IDBIndex.count',
|
| + 'IDBIndex.get',
|
| + 'IDBIndex.getKey',
|
| + 'IDBIndex.openCursor',
|
| + 'IDBIndex.openKeyCursor',
|
| + 'IDBObjectStore.add',
|
| + 'IDBObjectStore.clear',
|
| + 'IDBObjectStore.count',
|
| + 'IDBObjectStore.createIndex',
|
| + 'IDBObjectStore.delete',
|
| 'IDBObjectStore.getObject',
|
| 'IDBObjectStore.openCursor',
|
| + 'IDBObjectStore.put',
|
| 'KeyboardEvent.initKeyboardEvent',
|
| 'KeyboardEvent.keyIdentifier',
|
| 'MessageEvent.initMessageEvent',
|
|
|