| Index: dart/sdk/lib/svg/dartium/svg_dartium.dart
|
| ===================================================================
|
| --- dart/sdk/lib/svg/dartium/svg_dartium.dart (revision 37109)
|
| +++ dart/sdk/lib/svg/dartium/svg_dartium.dart (working copy)
|
| @@ -1366,10 +1366,6 @@
|
| @DocsEditable()
|
| static const EventStreamProvider<Event> unloadEvent = const EventStreamProvider<Event>('unload');
|
|
|
| - @DomName('SVGElementInstance.childNodes')
|
| - @DocsEditable()
|
| - List<ElementInstance> get childNodes => _blink.Native_SVGElementInstance_childNodes_Getter(this);
|
| -
|
| @DomName('SVGElementInstance.correspondingElement')
|
| @DocsEditable()
|
| SvgElement get correspondingElement => _blink.Native_SVGElementInstance_correspondingElement_Getter(this);
|
| @@ -6775,22 +6771,6 @@
|
| */
|
| SvgSvgElement.created() : super.created();
|
|
|
| - @DomName('SVGSVGElement.contentScriptType')
|
| - @DocsEditable()
|
| - String get contentScriptType => _blink.Native_SVGSVGElement_contentScriptType_Getter(this);
|
| -
|
| - @DomName('SVGSVGElement.contentScriptType')
|
| - @DocsEditable()
|
| - void set contentScriptType(String value) => _blink.Native_SVGSVGElement_contentScriptType_Setter(this, value);
|
| -
|
| - @DomName('SVGSVGElement.contentStyleType')
|
| - @DocsEditable()
|
| - String get contentStyleType => _blink.Native_SVGSVGElement_contentStyleType_Getter(this);
|
| -
|
| - @DomName('SVGSVGElement.contentStyleType')
|
| - @DocsEditable()
|
| - void set contentStyleType(String value) => _blink.Native_SVGSVGElement_contentStyleType_Setter(this, value);
|
| -
|
| @DomName('SVGSVGElement.currentScale')
|
| @DocsEditable()
|
| num get currentScale => _blink.Native_SVGSVGElement_currentScale_Getter(this);
|
|
|