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 d4c2f9098217f8f9ef04c18399430a0d50ce2b8d..18c8a1eb828390d94ac177545da8086fec929eda 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) { |