| Index: sdk/lib/html/templates/html/impl/impl_SVGElement.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_SVGElement.darttemplate b/sdk/lib/html/templates/html/impl/impl_SVGElement.darttemplate
|
| index 10fe7ccb55c7457807b4e58d9c2d823ef51ebc91..aa9acfacd7de8e9c9503cb3602970b01e8c63073 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| class _AttributeClassSet extends _CssClassSet {
|
| _AttributeClassSet(element) : super(element);
|
|
|
|
|