| Index: tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate
|
| index a0023e17d0d1309636e62a7eae3aa1d9e730cbd1..00a0803c2d22b9a26f93570c2a9eaf08889f4dfb 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLTableSectionElement.darttemplate
|
| @@ -17,7 +17,6 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
|
|
| TableRowElement insertRow(int index) => _insertRow(index);
|
|
|
| -$if DART2JS
|
| DocumentFragment createFragment(String html,
|
| {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) {
|
| if (Range.supportsCreateContextualFragment) {
|
| @@ -31,6 +30,5 @@ $if DART2JS
|
| fragment.nodes.addAll(section.nodes);
|
| return fragment;
|
| }
|
| -$endif
|
|
|
| $!MEMBERS}
|
|
|