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

Unified Diff: lib/src/compiler.dart

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/src/compiler.dart
diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart
index 65e75a3dcc2424d4321a76d4233d702ef6bbf23e..1b764eeb49b84c85f053fa4e1ce24705ef03607a 100644
--- a/lib/src/compiler.dart
+++ b/lib/src/compiler.dart
@@ -520,8 +520,8 @@ const corelibOrder = const [
final defaultRuntimeFiles = () {
var files = [
'harmony_feature_check.js',
- 'dart_utils.js',
'dart_library.js',
+ 'dart/_utils.js',
'dart/_errors.js',
'dart/_generators.js',
'dart/_types.js',

Powered by Google App Engine
This is Rietveld 408576698