| Index: client/html/generated/html/dartium/SVGStylable.dart
|
| diff --git a/client/html/generated/html/dartium/SVGStylable.dart b/client/html/generated/html/dartium/SVGStylable.dart
|
| deleted file mode 100644
|
| index e25fa21fe9fe4c6c9bae8068342a39dafdc39c4e..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/dartium/SVGStylable.dart
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -
|
| -class _SVGStylableImpl extends _DOMTypeBase implements SVGStylable {
|
| - _SVGStylableImpl._wrap(ptr) : super._wrap(ptr);
|
| -
|
| - SVGAnimatedString get _svgClassName() => _wrap(_ptr.className);
|
| -
|
| - CSSStyleDeclaration get style() => _wrap(_ptr.style);
|
| -
|
| - CSSValue getPresentationAttribute(String name) {
|
| - return _wrap(_ptr.getPresentationAttribute(_unwrap(name)));
|
| - }
|
| -}
|
|
|