| Index: client/html/src/ObjectElementWrappingImplementation.dart
|
| diff --git a/client/html/src/ObjectElementWrappingImplementation.dart b/client/html/src/ObjectElementWrappingImplementation.dart
|
| index e60a60a7d6ca527a4cd1b370a38a79d3365b6027..563898530aaf1498fd90af43616cab897977c0de 100644
|
| --- a/client/html/src/ObjectElementWrappingImplementation.dart
|
| +++ b/client/html/src/ObjectElementWrappingImplementation.dart
|
| @@ -87,7 +87,4 @@ class ObjectElementWrappingImplementation extends ElementWrappingImplementation
|
| _ptr.setCustomValidity(error);
|
| return;
|
| }
|
| -
|
| - SVGDocument get svgDocument() =>
|
| - LevelDom.wrapSVGDocument(_ptr.getSVGDocument());
|
| }
|
|
|