| 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 5e375ea8efffdc6f707c8a760920e4d50900ee5a..305d5f2af341c748ea9f57842856cecff93c9be6 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -866,9 +866,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);
|
| }
|
|
|
| /**
|
|
|