| 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 3e428086634807fc74a6507942c2ff094ab6d9b4..370c77e5d4f5d490b3f4aa7809f1c213eb740e5a 100644
|
| --- a/sdk/lib/svg/dartium/svg_dartium.dart
|
| +++ b/sdk/lib/svg/dartium/svg_dartium.dart
|
| @@ -6458,6 +6458,10 @@ class StyledElement extends SvgElement {
|
| @DocsEditable
|
| CssStyleDeclaration get style native "SVGStyledElement_style_Getter";
|
|
|
| + @DomName('SVGStyledElement.getPresentationAttribute')
|
| + @DocsEditable
|
| + _CSSValue getPresentationAttribute(String name) native "SVGStyledElement_getPresentationAttribute_Callback";
|
| +
|
| }
|
| // 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
|
|
|