| Index: client/html/generated/html/dartium/SVGAltGlyphElement.dart
|
| diff --git a/client/html/generated/html/dartium/SVGAltGlyphElement.dart b/client/html/generated/html/dartium/SVGAltGlyphElement.dart
|
| deleted file mode 100644
|
| index 3b949af7c7beea39b1b3ef4530d6d307f694b705..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/dartium/SVGAltGlyphElement.dart
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -
|
| -class _SVGAltGlyphElementImpl extends _SVGTextPositioningElementImpl implements SVGAltGlyphElement {
|
| - _SVGAltGlyphElementImpl._wrap(ptr) : super._wrap(ptr);
|
| -
|
| - String get format() => _wrap(_ptr.format);
|
| -
|
| - void set format(String value) { _ptr.format = _unwrap(value); }
|
| -
|
| - String get glyphRef() => _wrap(_ptr.glyphRef);
|
| -
|
| - void set glyphRef(String value) { _ptr.glyphRef = _unwrap(value); }
|
| -
|
| - // From SVGURIReference
|
| -
|
| - SVGAnimatedString get href() => _wrap(_ptr.href);
|
| -}
|
|
|