| Index: client/html/generated/src/wrapping/_SVGAnimateMotionElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/interface/DOMFormData.dart b/client/html/generated/src/wrapping/_SVGAnimateMotionElementWrappingImplementation.dart
|
| similarity index 54%
|
| copy from client/html/generated/src/interface/DOMFormData.dart
|
| copy to client/html/generated/src/wrapping/_SVGAnimateMotionElementWrappingImplementation.dart
|
| index e83c16e203ce63a415b0a5cf4c88b61125c32763..94f6ecfb299ee975ad5f399ed82a20e467d13579 100644
|
| --- a/client/html/generated/src/interface/DOMFormData.dart
|
| +++ b/client/html/generated/src/wrapping/_SVGAnimateMotionElementWrappingImplementation.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface DOMFormData {
|
| -
|
| - void append(String name, String value);
|
| +class SVGAnimateMotionElementWrappingImplementation extends SVGAnimationElementWrappingImplementation implements SVGAnimateMotionElement {
|
| + SVGAnimateMotionElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| }
|
|
|