| Index: sdk/lib/svg/dartium/svg_dartium.dart
|
| diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
|
| index 5c26e3694d7e63dfd3892626cedf022ba35340b3..8c0a7c2e0f9d231844b54378c50a8d6f0cb97f60 100644
|
| --- a/sdk/lib/svg/dartium/svg_dartium.dart
|
| +++ b/sdk/lib/svg/dartium/svg_dartium.dart
|
| @@ -8304,6 +8304,7 @@ abstract class _SVGAnimateColorElement extends AnimationElement {
|
| @DocsEditable
|
| @DomName('SVGColor')
|
| class _SVGColor {
|
| + _SVGColor.internal();
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|