| Index: client/html/src/SVGDocumentWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/interface/ArrayBuffer.dart b/client/html/src/SVGDocumentWrappingImplementation.dart
|
| similarity index 56%
|
| copy from client/html/generated/src/interface/ArrayBuffer.dart
|
| copy to client/html/src/SVGDocumentWrappingImplementation.dart
|
| index 25b52b6b9e9966d0df22f13eedcce0b2b0c47118..511dc44402d3161d7f15cfdbba29f4a349102f77 100644
|
| --- a/client/html/generated/src/interface/ArrayBuffer.dart
|
| +++ b/client/html/src/SVGDocumentWrappingImplementation.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface ArrayBuffer {
|
| -
|
| - int get byteLength();
|
| +class SVGDocumentWrappingImplementation extends DocumentWrappingImplementation implements SVGDocument {
|
| + SVGDocumentWrappingImplementation._wrap(dom.SVGDocument ptr) : super._wrap(ptr, ptr.rootElement);
|
| }
|
|
|