| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index e633c3d3c8509bb77c124ff5c6e9b6e153f0f71d..f2de0605bc3081af487f89db434b6ff886476020 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -26825,7 +26825,7 @@ class PathObserver {
|
| // TODO(jmesserly): if the path is empty, or the object is! Observable, we
|
| // can optimize the PathObserver to be more lightweight.
|
|
|
| - _values = new StreamController.multiplex(onListen: _observe,
|
| + _values = new StreamController.broadcast(onListen: _observe,
|
| onCancel: _unobserve);
|
|
|
| if (_isValid) {
|
|
|