| Index: client/html/generated/src/wrapping/_SVGFontFaceElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/interface/ArrayBuffer.dart b/client/html/generated/src/wrapping/_SVGFontFaceElementWrappingImplementation.dart
|
| similarity index 57%
|
| copy from client/html/generated/src/interface/ArrayBuffer.dart
|
| copy to client/html/generated/src/wrapping/_SVGFontFaceElementWrappingImplementation.dart
|
| index 25b52b6b9e9966d0df22f13eedcce0b2b0c47118..babbf16625794149586dce51518a6cb30ffdd511 100644
|
| --- a/client/html/generated/src/interface/ArrayBuffer.dart
|
| +++ b/client/html/generated/src/wrapping/_SVGFontFaceElementWrappingImplementation.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface ArrayBuffer {
|
| -
|
| - int get byteLength();
|
| +class SVGFontFaceElementWrappingImplementation extends SVGElementWrappingImplementation implements SVGFontFaceElement {
|
| + SVGFontFaceElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| }
|
|
|