Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index a94f70035045bc5e08a6840c2f0b3ff8d84db09f..fe427109faaf83b488f6b29014f23ddc6b25a19a 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -223,7 +223,7 @@ _private_html_members = monitored.Set('htmlrenamer._private_html_members', [ |
'IDBObjectStore.count', |
'IDBObjectStore.createIndex', |
'IDBObjectStore.delete', |
- 'IDBObjectStore.getObject', |
+ 'IDBObjectStore.get', |
'IDBObjectStore.openCursor', |
'IDBObjectStore.put', |
'KeyboardEvent.initKeyboardEvent', |