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

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: Created 5 years, 1 month 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
Index: lib/runtime/dart/_operations.js
diff --git a/lib/runtime/dart/_operations.js b/lib/runtime/dart/_operations.js
index 3b799250a065d763e45544c16a5c9c6dc45dfd0f..157ad7713257436c1a2d1aca0ee79550031a1d22 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';

Powered by Google App Engine
This is Rietveld 408576698