Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 23151005: Move _HTMLElement to HtmlElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen dart:html Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | tools/dom/templates/html/dart2js/html_dart2js.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 23882c62769db5234bc0100f2cc7977c95518c71..c58b21bbf60f9c546269c788c310f9fba7916501 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -39,6 +39,8 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
'FileSystemCallback': '_FileSystemCallback',
'FileWriterCallback': '_FileWriterCallback',
'HTMLDocument' : 'HtmlDocument',
+ 'HTMLElement' : 'HtmlElement',
+ 'HTMLHtmlElement' : 'HtmlHtmlElement',
'IDBFactory': 'IdbFactory', # Manual to avoid name conflicts.
'Key': 'CryptoKey',
'NamedNodeMap': '_NamedNodeMap',
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | tools/dom/templates/html/dart2js/html_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698