Index: tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate |
index f34ea643e8bb5d2e7cdb56d8a8f82c4985347304..ea1830d2d1425a363f6fc0128722252965bca60c 100644 |
--- a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate |
@@ -24,11 +24,9 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS |
HtmlCollection get _children => throw new UnimplementedError( |
'Use _docChildren instead'); |
-$if DART2JS |
// Native field is used only by Dart code so does not lead to instantiation |
// of native classes |
@Creates('Null') |
-$endif |
List<Element> _docChildren; |
List<Element> get children { |