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

Unified Diff: client/html/frog/html_frog.dart

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 | « client/html/dartium/html_dartium.dart ('k') | client/html/generated/html/dartium/Element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/frog/html_frog.dart
diff --git a/client/html/frog/html_frog.dart b/client/html/frog/html_frog.dart
index d9e6f4f2724fccb76cdf28ea479abc8a5b11883e..2855c1a0a07ea2c8760b1211dca90844d65d1199 100644
--- a/client/html/frog/html_frog.dart
+++ b/client/html/frog/html_frog.dart
@@ -5431,8 +5431,6 @@ class _ElementImpl extends _NodeImpl implements Element native "*Element" {
_HTMLCollectionImpl get _children() native "return this.children;";
- final _DOMTokenListImpl classList;
-
String get _className() native "return this.className;";
void set _className(String value) native "this.className = value;";
@@ -20365,8 +20363,6 @@ interface Element extends Node, NodeSelector default _ElementFactoryProvider {
final HTMLCollection _children;
- final DOMTokenList classList;
-
String _className;
final int _clientHeight;
« no previous file with comments | « client/html/dartium/html_dartium.dart ('k') | client/html/generated/html/dartium/Element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698