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

Unified Diff: lib/runtime/dart/_classes.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 | « no previous file | lib/runtime/dart/_operations.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_classes.js
diff --git a/lib/runtime/dart/_classes.js b/lib/runtime/dart/_classes.js
index 5c2171e20aacb386299b0b2ddbd013dea44609fa..36590277167f0688edaf12a95e590f5ccd14dbd8 100644
--- a/lib/runtime/dart/_classes.js
+++ b/lib/runtime/dart/_classes.js
@@ -12,14 +12,15 @@
// TODO(leafp): Consider splitting some of this out.
dart_library.library('dart/_classes', null, /* Imports */[
], /* Lazy Imports */[
+ 'dart/_utils',
'dart/core',
'dart/_interceptors',
'dart/_types',
'dart/_rtti',
-], function(exports, core, _interceptors, types, rtti) {
+], function(exports, dart_utils, core, _interceptors, types, rtti) {
'use strict';
- const assert = dart_utils.assert;
+ const assert = dart_utils.assert_;
const copyProperties = dart_utils.copyProperties;
const copyTheseProperties = dart_utils.copyTheseProperties;
const defineMemoizedGetter = dart_utils.defineMemoizedGetter;
« no previous file with comments | « no previous file | lib/runtime/dart/_operations.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698