Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1361)

Unified Diff: dart/sdk/lib/svg/dartium/svg_dartium.dart

Issue 328663002: Version 1.5.0-dev.4.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « dart/sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | dart/sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698