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