| 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 8e4757c36b6aa766d6aaee104fee6cc05387815a..c9b78df0486105771647581cb0f8c7cdcf29484a 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -721,9 +721,9 @@ $endif
|
| * This is only supported if [isTemplate] is true.
|
| */
|
| @Experimental
|
| - DocumentFragment createInstance() {
|
| + DocumentFragment createInstance(model, String syntax) {
|
| _ensureTemplate();
|
| - return TemplateElement.mdvPackage(this).createInstance();
|
| + return TemplateElement.mdvPackage(this).createInstance(model, syntax);
|
| }
|
|
|
| /**
|
|
|