| 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 c562e436477eac25915ddb5bc95b62b5e8a3f772..976bfa335505a1c6ba6af6d34a7228062628950d 100644
|
| --- a/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| @@ -5720,6 +5720,10 @@ class StyledElement extends SvgElement native "SVGStyledElement" {
|
|
|
| // Use implementation from Element.
|
| // final CssStyleDeclaration style;
|
| +
|
| + @DomName('SVGStyledElement.getPresentationAttribute')
|
| + @DocsEditable
|
| + _CSSValue getPresentationAttribute(String name) native;
|
| }
|
| // 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
|
|
|