| Index: sdk/lib/svg/dart2js/svg_dart2js.dart
|
| diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| index b8035b32c401a0356b6e81cc3e5b5ffe7f9eca1b..c37aefa0b3e93404e0abd5e3135681a714c78937 100644
|
| --- a/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| @@ -4886,6 +4886,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
|
| var e = new SvgElement.tag(tag);
|
| return e is SvgElement && !(e is UnknownElement);
|
| }
|
| +
|
| // To suppress missing implicit constructor warnings.
|
| factory SvgElement._() { throw new UnsupportedError("Not supported"); }
|
|
|
|
|