| Index: client/html/release/html.dart
|
| diff --git a/client/html/release/html.dart b/client/html/release/html.dart
|
| index 5526ba969774837a10b6cdc72c504c609611e0fb..59085aa097ebea2b50977a0b43be3dc3eb3366b3 100644
|
| --- a/client/html/release/html.dart
|
| +++ b/client/html/release/html.dart
|
| @@ -12646,7 +12646,8 @@ interface ObjectElement extends Element {
|
|
|
| void setCustomValidity(String error);
|
|
|
| - SVGDocument get svgDocument();
|
| + // Don't support getSVGDocument because the content document won't have all
|
| + // the necessary patches to the prototype hierarchy under Frog.
|
| }
|
| // 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
|
|
|