| Index: lib/html/templates/html/interface/interface_SVGElement.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_SVGElement.darttemplate b/lib/html/templates/html/interface/interface_SVGElement.darttemplate
|
| index 785ad11d1d419f14d15366e152fc125ab9b795a5..47d4e6f76d21f9c23ba6cfb9f222ba8fdcfe2998 100644
|
| --- a/lib/html/templates/html/interface/interface_SVGElement.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_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;
|
| +
|
| $!COMMENT
|
| abstract class SVGElement implements Element {
|
|
|
|
|