| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 261a6cd5eca48dee29f522081e3b10217664b553..989ead7e1ecf13218bde1e9e584b9ebaff4ab0b5 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -636,7 +636,9 @@ $if DART2JS
|
| $else
|
| $endif
|
|
|
| - @Creates('Null')
|
| +$if DART2JS
|
| + @Creates('Null') // Set from Dart code; does not instantiate a native type.
|
| +$endif
|
| Map<String, StreamSubscription> _attributeBindings;
|
|
|
| // TODO(jmesserly): I'm concerned about adding these to every element.
|
|
|