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

Unified Diff: client/dom/scripts/systemhtml.py

Issue 9648017: Get rid of Element#classList in the wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « no previous file | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/systemhtml.py
diff --git a/client/dom/scripts/systemhtml.py b/client/dom/scripts/systemhtml.py
index 50002e1c7dbee0c66ee5f47c13ef7850adc6f8d2..1df77152234292986eb7ca63a5ef748f4fa1e58f 100644
--- a/client/dom/scripts/systemhtml.py
+++ b/client/dom/scripts/systemhtml.py
@@ -196,6 +196,7 @@ _html_library_remove = set([
"Element.itemId",
"Element.get:itemProp",
'Element.scrollIntoView',
+ 'Element.get:classList',
"EmbedElement.getSVGDocument",
"FormElement.get:elements",
"HTMLFrameElement.*",
« no previous file with comments | « no previous file | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698