| Index: client/html/src/ObjectElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart b/client/html/src/ObjectElementWrappingImplementation.dart
|
| similarity index 97%
|
| rename from client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart
|
| rename to client/html/src/ObjectElementWrappingImplementation.dart
|
| index 67717816997bf9f9adca46af334696df022a498c..94f2f5027070c52ca0a3a0eecd7fb971e7875082 100644
|
| --- a/client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart
|
| +++ b/client/html/src/ObjectElementWrappingImplementation.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| class ObjectElementWrappingImplementation extends ElementWrappingImplementation implements ObjectElement {
|
| ObjectElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
|
|
| @@ -89,4 +87,6 @@ class ObjectElementWrappingImplementation extends ElementWrappingImplementation
|
| _ptr.setCustomValidity(error);
|
| return;
|
| }
|
| +
|
| + SVGDocument get svgDocument() => _ptr.getSVGDocument();
|
| }
|
|
|