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

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

Issue 12096042: Remove import of collection-dev. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Really keep collection-dev in js-library for now. Created 7 years, 10 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 svg; 1 library svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:collection-dev';
6 import 'dart:html'; 5 import 'dart:html';
7 import 'dart:html_common'; 6 import 'dart:html_common';
8 import 'dart:nativewrappers'; 7 import 'dart:nativewrappers';
9 // DO NOT EDIT 8 // DO NOT EDIT
10 // Auto-generated dart:svg library. 9 // Auto-generated dart:svg library.
11 10
12 11
13 12
14 13
15 14
(...skipping 8980 matching lines...) Expand 10 before | Expand all | Expand 10 after
8996 List<ElementInstance> getRange(int start, int rangeLength) => 8995 List<ElementInstance> getRange(int start, int rangeLength) =>
8997 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8996 Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
8998 8997
8999 // -- end List<ElementInstance> mixins. 8998 // -- end List<ElementInstance> mixins.
9000 8999
9001 @DomName('SVGElementInstanceList.item') 9000 @DomName('SVGElementInstanceList.item')
9002 @DocsEditable 9001 @DocsEditable
9003 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; 9002 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback";
9004 9003
9005 } 9004 }
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