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

Unified Diff: lib/runtime/dart/html.js

Issue 1689013002: Use Uris for corelibOrder (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/_isolate_helper.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/html.js
diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
index c66d0a47403cca04484b4dcc690cd9e8ee613446..28397f300458deceabeacb04c900f7a75a940adb 100644
--- a/lib/runtime/dart/html.js
+++ b/lib/runtime/dart/html.js
@@ -2,15 +2,15 @@ dart_library.library('dart/html', null, /* Imports */[
'dart/_runtime',
'dart/math',
'dart/core',
+ 'dart/_metadata',
'dart/_js_helper',
'dart/collection',
'dart/async',
'dart/_foreign_helper',
'dart/isolate'
], /* Lazy imports */[
- 'dart/_metadata',
'dart/html_common'
-], function(exports, dart, math, core, _js_helper, collection, async, _foreign_helper, isolate, _metadata, html_common) {
+], function(exports, dart, math, core, _metadata, _js_helper, collection, async, _foreign_helper, isolate, html_common) {
'use strict';
let dartx = dart.dartx;
dart.export(exports, math, ['Rectangle', 'Point'], []);
« no previous file with comments | « lib/runtime/dart/_isolate_helper.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698