| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 935794b877a1ac2d13d4cae6fee22ea772e7a158..04b03cd9542a1cb9129e09e4e72808bfa11fddfe 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -272,17 +272,6 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| 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 =>
|
|
|