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

Unified Diff: client/html/src/ElementWrappingImplementation.dart

Issue 9431009: Get rid of duplicate 'tbody' keys in CUSTOM_PARENT_TAG_MAP. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « client/dom/templates/html/frog/impl_Element.darttemplate ('k') | samples/pond/dart_lib.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/ElementWrappingImplementation.dart
diff --git a/client/html/src/ElementWrappingImplementation.dart b/client/html/src/ElementWrappingImplementation.dart
index 20924c065edc565196f9d92d21b6fb437ef1b8c9..a8c4fcb1d77df3cf41192519cb1e32881237f39e 100644
--- a/client/html/src/ElementWrappingImplementation.dart
+++ b/client/html/src/ElementWrappingImplementation.dart
@@ -509,7 +509,6 @@ class ElementWrappingImplementation extends NodeWrappingImplementation implement
'head' : 'html',
'caption' : 'table',
'td': 'tr',
- 'tbody': 'table',
'colgroup': 'table',
'col' : 'colgroup',
'tr' : 'tbody',
« no previous file with comments | « client/dom/templates/html/frog/impl_Element.darttemplate ('k') | samples/pond/dart_lib.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698