| Index: tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate
|
| index 42f8d389ab6daaf84730535076f2af80862dfa6e..3ee36461f789ca8b365a13c9ddcb8368ddd29c17 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLTemplateElement.darttemplate
|
| @@ -29,7 +29,7 @@ $!MEMBERS
|
| @Experimental
|
| static Stream<DocumentFragment> get instanceCreated {
|
| if (_instanceCreated == null) {
|
| - _instanceCreated = new StreamController<DocumentFragment>();
|
| + _instanceCreated = new StreamController<DocumentFragment>(sync: true);
|
| }
|
| return _instanceCreated.stream;
|
| }
|
|
|