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

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

Issue 12262048: Renaming Element.dataAttributes to Element.dataset. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 2057291256b4f65a8086866e50cccadcc1b9a346..0eb33acb834bee4097ff945cf6be5b81c02b3183 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -332,6 +332,7 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'DOMCoreException.VALIDATION_ERR',
'DOMCoreException.WRONG_DOCUMENT_ERR',
'Element.accessKey',
+ 'Element.dataset',
'Element.get:classList',
'Element.getAttributeNode',
'Element.getAttributeNodeNS',

Powered by Google App Engine
This is Rietveld 408576698