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

Unified Diff: dart/sdk/lib/svg/dart2js/svg_dart2js.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/html/dartium/html_dartium.dart ('k') | dart/sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/svg/dart2js/svg_dart2js.dart
===================================================================
--- dart/sdk/lib/svg/dart2js/svg_dart2js.dart (revision 37109)
+++ dart/sdk/lib/svg/dart2js/svg_dart2js.dart (working copy)
@@ -1120,12 +1120,6 @@
@DocsEditable()
static const EventStreamProvider<Event> unloadEvent = const EventStreamProvider<Event>('unload');
- @DomName('SVGElementInstance.childNodes')
- @DocsEditable()
- @Returns('_ElementInstanceList')
- @Creates('_ElementInstanceList')
- final List<ElementInstance> childNodes;
-
@DomName('SVGElementInstance.correspondingElement')
@DocsEditable()
final SvgElement correspondingElement;
@@ -6012,14 +6006,6 @@
*/
SvgSvgElement.created() : super.created();
- @DomName('SVGSVGElement.contentScriptType')
- @DocsEditable()
- String contentScriptType;
-
- @DomName('SVGSVGElement.contentStyleType')
- @DocsEditable()
- String contentStyleType;
-
@DomName('SVGSVGElement.currentScale')
@DocsEditable()
num currentScale;
« no previous file with comments | « dart/sdk/lib/html/dartium/html_dartium.dart ('k') | dart/sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698