Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 29514e92ed84e2064884c982c8ab533a374b0d24..fbeb866d93520e87908b78ae3c9f0c4ed307c711 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -325,6 +325,7 @@ renamed_html_members = monitored.Dict('htmlrenamer.renamed_html_members', { |
'DOMWindow.webkitNotifications': 'notifications', |
'DOMWindow.webkitRequestFileSystem': '_requestFileSystem', |
'DOMWindow.webkitResolveLocalFileSystemURL': 'resolveLocalFileSystemUrl', |
+ 'Element.innerHTML': 'deprecatedInnerHtml', |
Jacob
2013/06/05 23:42:50
why not just use $dom_ as for the other deprecated
blois
2013/06/06 16:59:42
Done.
|
'Element.querySelector': 'query', |
'Element.webkitCreateShadowRoot': 'createShadowRoot', |
'Element.webkitMatchesSelector' : 'matches', |