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

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 13811019: Move IterableMixinWorkaround to internal library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head. Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev';
5 import 'dart:html'; 6 import 'dart:html';
6 import 'dart:html_common'; 7 import 'dart:html_common';
7 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
8 // DO NOT EDIT 9 // DO NOT EDIT
9 // Auto-generated dart:svg library. 10 // Auto-generated dart:svg library.
10 11
11 12
12 13
13 14
14 15
(...skipping 8454 matching lines...) Expand 10 before | Expand all | Expand 10 after
8469 @DocsEditable 8470 @DocsEditable
8470 @DomName('SVGVKernElement') 8471 @DomName('SVGVKernElement')
8471 abstract class _SVGVKernElement extends SvgElement { 8472 abstract class _SVGVKernElement extends SvgElement {
8472 _SVGVKernElement.internal() : super.internal(); 8473 _SVGVKernElement.internal() : super.internal();
8473 8474
8474 @DomName('SVGVKernElement.SVGVKernElement') 8475 @DomName('SVGVKernElement.SVGVKernElement')
8475 @DocsEditable 8476 @DocsEditable
8476 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8477 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8477 8478
8478 } 8479 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698