Chromium Code Reviews| Index: client/html/generated/html/frog/SVGAnimatedEnumeration.dart |
| diff --git a/client/html/generated/html/frog/SVGAnimatedEnumeration.dart b/client/html/generated/html/frog/SVGAnimatedEnumeration.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d5e129cc092abb005d496ca1e3792bca24860fb3 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/SVGAnimatedEnumeration.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _SVGAnimatedEnumerationJs implements SVGAnimatedEnumeration native "*SVGAnimatedEnumeration" { |
| + |
| + final int animVal; |
| + |
| + int baseVal; |
| +} |