| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 476283e41a0bf6b78a1f016887f14d3d0b69f5cc..221265950662fd84daf643fa9373d19dbea18b7d 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -17584,7 +17584,8 @@ class Node extends EventTarget {
|
|
|
| /** Gets the template instance that instantiated this node, if any. */
|
| @Experimental
|
| - TemplateInstance get templateInstance => mdvPackage(this).templateInstance;
|
| + TemplateInstance get templateInstance =>
|
| + TemplateElement.mdvPackage(this).templateInstance;
|
|
|
| Node.internal() : super.internal();
|
|
|
|
|