diff --git a/pkg/template_binding/test/custom_element_bindings_test.dart b/pkg/template_binding/test/custom_element_bindings_test.dart index 986aabc47e6..7508a317195 100644 --- a/pkg/template_binding/test/custom_element_bindings_test.dart +++ b/pkg/template_binding/test/custom_element_bindings_test.dart @@ -209,7 +209,7 @@ class _MyCustomBinding extends NodeBinding { * and see changes that the data binding system is making to the attributes. */ class WithAttrsCustomElement extends HtmlElement { - AttributeMapWrapper _attributes; + AttributeMapWrapper _attributes; factory WithAttrsCustomElement() => new Element.tag('with-attrs-custom-element');