| Index: client/html/release/htmlimpl.dart
|
| diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
|
| index 2f48d607ebac9f0b0a44ec051860cb955d329d84..337d070bc01e0605b9e1ca134080c61fa9824a4e 100644
|
| --- a/client/html/release/htmlimpl.dart
|
| +++ b/client/html/release/htmlimpl.dart
|
| @@ -23888,9 +23888,6 @@ class ObjectElementWrappingImplementation extends ElementWrappingImplementation
|
| _ptr.setCustomValidity(error);
|
| return;
|
| }
|
| -
|
| - SVGDocument get svgDocument() =>
|
| - LevelDom.wrapSVGDocument(_ptr.getSVGDocument());
|
| }
|
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|