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

Unified Diff: lib/runtime/dart/_rtti.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/_operations.js ('k') | lib/runtime/dart/_runtime.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_rtti.js
diff --git a/lib/runtime/dart/_rtti.js b/lib/runtime/dart/_rtti.js
index badaf8bdd3f449eb6e6c12150a593d5ea431492a..168f91e4d9844b06e69cef6446834a412e301b1d 100644
--- a/lib/runtime/dart/_rtti.js
+++ b/lib/runtime/dart/_rtti.js
@@ -8,9 +8,10 @@
dart_library.library('dart/_rtti', null, /* Imports */[
], /* Lazy Imports */[
+ 'dart/_utils',
'dart/core',
'dart/_types'
-], function(exports, core, types) {
+], function(exports, dart_utils, core, types) {
'use strict';
const defineLazyProperty = dart_utils.defineLazyProperty;
« no previous file with comments | « lib/runtime/dart/_operations.js ('k') | lib/runtime/dart/_runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698