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

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

Issue 1486473002: Convert dart_utils.js to input_sdk/lib/_internal/utils.dart (#310) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Rebased Created 5 years 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/_classes.js ('k') | lib/runtime/dart/_rtti.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_operations.js
diff --git a/lib/runtime/dart/_operations.js b/lib/runtime/dart/_operations.js
index edce6cdf8490941f350c31a285f5d8a11af5ac0a..fe7b6caa2e3af1224fea4f56972705f9f8bc44a6 100644
--- a/lib/runtime/dart/_operations.js
+++ b/lib/runtime/dart/_operations.js
@@ -7,6 +7,7 @@
*/
dart_library.library('dart/_operations', null, /* Imports */[
], /* Lazy Imports */[
+ 'dart/_utils',
'dart/async',
'dart/collection',
'dart/core',
@@ -15,7 +16,7 @@ dart_library.library('dart/_operations', null, /* Imports */[
'dart/_errors',
'dart/_rtti',
'dart/_types'
-], function(exports, async, collection, core, _js_helper, classes, errors, rtti,
+], function(exports, dart_utils, async, collection, core, _js_helper, classes, errors, rtti,
types) {
'use strict';
« no previous file with comments | « lib/runtime/dart/_classes.js ('k') | lib/runtime/dart/_rtti.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698