Index: sdk/lib/_internal/compiler/implementation/lib/core_patch.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart |
index 372c4d41ead2cafc216b6aebe20836bff8a2593e..4a5a9a929ddfdcbb0dc860c4bc8fb1b6d1a7b58f 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart |
@@ -4,6 +4,15 @@ |
// Patch file for dart:core classes. |
+import 'dart:_interceptors'; |
+import 'dart:_js_helper' show checkNull, |
+ getRuntimeTypeString, |
+ isJsArray, |
+ JSSyntaxRegExp, |
+ Primitives, |
+ TypeImpl, |
+ stringJoinUnchecked; |
+ |
// Patch for 'print' function. |
patch void print(var object) { |
if (object is String) { |