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

Side by Side Diff: sdk/lib/svg/dart2js/svg_dart2js.dart

Issue 12061008: Renaming dart:html library from 'html' to 'dart.html' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
OLDNEW
1 library 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:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa me; 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa me;
8 import 'dart:_foreign_helper' show JS; 8 import 'dart:_foreign_helper' show JS;
9 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated dart:svg library. 10 // Auto-generated dart:svg library.
11 11
(...skipping 8028 matching lines...) Expand 10 before | Expand all | Expand 10 after
8040 8040
8041 List<ElementInstance> getRange(int start, int rangeLength) => 8041 List<ElementInstance> getRange(int start, int rangeLength) =>
8042 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8042 Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
8043 8043
8044 // -- end List<ElementInstance> mixins. 8044 // -- end List<ElementInstance> mixins.
8045 8045
8046 @DomName('SVGElementInstanceList.item') 8046 @DomName('SVGElementInstanceList.item')
8047 @DocsEditable 8047 @DocsEditable
8048 ElementInstance item(int index) native; 8048 ElementInstance item(int index) native;
8049 } 8049 }
OLDNEW
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698