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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/core_patch.dart

Issue 11973006: Private libraries used. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months 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: 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) {

Powered by Google App Engine
This is Rietveld 408576698