Chromium Code Reviews| 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 cb664d6e721bc8dfc1ad3563a1f316c9871ca90b..3e6f4037c24c7e4ac6f7294713d57ac69519f604 100644 |
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate |
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate |
| @@ -339,7 +339,7 @@ $endif |
| if (_modelChangedStream == null) { |
| // Ensure the model is cached locally to minimize change notifications. |
| _model = model; |
| - _modelChangedStream = new StreamController.broadcast(); |
| + _modelChangedStream = new StreamController(); |
| } |
| return _modelChangedStream.stream; |
|
Anders Johnsen
2013/04/15 10:22:34
.asBroadcastStream?
floitsch
2013/04/15 22:58:12
No. But this is not the correct fix...
|
| } |