| 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 62fb74b13c61bf41596a331908d9ce152b4b8025..8a8ad6ce7652bc47cc43b8ac28aa29603e2fdf3e 100644
|
| --- a/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| @@ -1243,23 +1243,6 @@ class ElementInstance extends EventTarget native "SVGElementInstance" {
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -@DomName('ElementTimeControl')
|
| -@Unstable
|
| -abstract class ElementTimeControl {
|
| -
|
| - void beginElement();
|
| -
|
| - void beginElementAt(num offset);
|
| -
|
| - void endElement();
|
| -
|
| - void endElementAt(num offset);
|
| -}
|
| -// 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
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -
|
| @DocsEditable
|
| @DomName('SVGEllipseElement')
|
| @Unstable
|
|
|