Index: tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate |
index d09f45f858105a8fb3411f55d3f90e710fc9539e..7bce32d7e338598e8c702eb07072e514a0e89c40 100644 |
--- a/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_HTMLTableRowElement.darttemplate |
@@ -17,7 +17,6 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
TableCellElement insertCell(int index) => _insertCell(index); |
-$if DART2JS |
DocumentFragment createFragment(String html, |
{NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
if (Range.supportsCreateContextualFragment) { |
@@ -32,6 +31,5 @@ $if DART2JS |
fragment.nodes.addAll(row.nodes); |
return fragment; |
} |
-$endif |
$!MEMBERS} |