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