| 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 4eccf137102fa20ee7e89b8736ad1891ea3ef402..0d6e362577b732a7c126a4ea987922af15913c2e 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -338,6 +338,9 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| // Note that this may either be the locally set model or a cached value
|
| // of the inherited model. This is cached to minimize model change
|
| // notifications.
|
| +$if DART2JS
|
| + @Creates('Null')
|
| +$endif
|
| var _model;
|
| bool _hasLocalModel;
|
| StreamController<Node> _modelChangedStream;
|
|
|