Index: tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate |
index fabbbdf30fd09016386838a41079ab85c91bc70b..67738cd8f4dfd68b6654741014eaf0435bf71355 100644 |
--- a/tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_HTMLTableElement.darttemplate |
@@ -25,7 +25,6 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
TableSectionElement createTHead() => _createTHead(); |
TableRowElement insertRow(int index) => _insertRow(index); |
-$if DART2JS |
TableSectionElement _createTBody() { |
if (JS('bool', '!!#.createTBody', this)) { |
return this._nativeCreateTBody(); |
@@ -53,6 +52,5 @@ $if DART2JS |
return fragment; |
} |
-$endif |
$!MEMBERS} |