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

Unified Diff: client/dom/templates/html/frog/impl_Element.darttemplate

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 | « no previous file | client/html/src/ElementWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/templates/html/frog/impl_Element.darttemplate
diff --git a/client/dom/templates/html/frog/impl_Element.darttemplate b/client/dom/templates/html/frog/impl_Element.darttemplate
index 1345ffc5bb96b74c277543a22b48f86403eab46e..526dec586bab223ecaa20fb61c3c287db78ee347 100644
--- a/client/dom/templates/html/frog/impl_Element.darttemplate
+++ b/client/dom/templates/html/frog/impl_Element.darttemplate
@@ -305,7 +305,6 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
'head' : 'html',
'caption' : 'table',
'td': 'tr',
- 'tbody': 'table',
'colgroup': 'table',
'col' : 'colgroup',
'tr' : 'tbody',
« no previous file with comments | « no previous file | client/html/src/ElementWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698