| 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 370c77e5d4f5d490b3f4aa7809f1c213eb740e5a..3e428086634807fc74a6507942c2ff094ab6d9b4 100644
|
| --- a/sdk/lib/svg/dartium/svg_dartium.dart
|
| +++ b/sdk/lib/svg/dartium/svg_dartium.dart
|
| @@ -6458,10 +6458,6 @@ 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
|
|
|