Index: tools/dom/templates/html/impl/impl_Node.darttemplate |
=================================================================== |
--- tools/dom/templates/html/impl/impl_Node.darttemplate (revision 22591) |
+++ tools/dom/templates/html/impl/impl_Node.darttemplate (working copy) |
@@ -272,17 +272,6 @@ |
TemplateInstance _templateInstance; |
- // TODO(arv): Consider storing all "NodeRareData" on a single object? |
- int __instanceTerminatorCount; |
- int get _instanceTerminatorCount { |
- if (__instanceTerminatorCount == null) return 0; |
- return __instanceTerminatorCount; |
- } |
- set _instanceTerminatorCount(int value) { |
- if (value == 0) value = null; |
- __instanceTerminatorCount = value; |
- } |
- |
/** Gets the template instance that instantiated this node, if any. */ |
@Experimental |
TemplateInstance get templateInstance => |