| Index: tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| index 61cf7f68357beb703d1fc9dd4c790e6d554b419f..9ab3886bec61a6b4ea236467d7704b04a13156dd 100644
|
| --- a/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_SVGElement.darttemplate
|
| @@ -12,7 +12,7 @@ class _AttributeClassSet extends CssClassSet {
|
| Set<String> readClasses() {
|
| var classname = _element.attributes['class'];
|
|
|
| - Set<String> s = new Set<String>();
|
| + Set<String> s = new LinkedHashSet<String>();
|
| if (classname == null) {
|
| return s;
|
| }
|
|
|