| Index: client/html/generated/src/wrapping/_SVGAltGlyphItemElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/interface/CanvasPixelArray.dart b/client/html/generated/src/wrapping/_SVGAltGlyphItemElementWrappingImplementation.dart
|
| similarity index 55%
|
| copy from client/html/generated/src/interface/CanvasPixelArray.dart
|
| copy to client/html/generated/src/wrapping/_SVGAltGlyphItemElementWrappingImplementation.dart
|
| index 192aa357ee2f1d44cbf4bbd5424b48d1080a05be..ee243ac3afc51b7cc1f27c2d494b9a5c52d39fcc 100644
|
| --- a/client/html/generated/src/interface/CanvasPixelArray.dart
|
| +++ b/client/html/generated/src/wrapping/_SVGAltGlyphItemElementWrappingImplementation.dart
|
| @@ -4,9 +4,6 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface CanvasPixelArray extends List<int> {
|
| -
|
| - int get length();
|
| -
|
| - int item(int index);
|
| +class SVGAltGlyphItemElementWrappingImplementation extends SVGElementWrappingImplementation implements SVGAltGlyphItemElement {
|
| + SVGAltGlyphItemElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| }
|
|
|