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

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: Update copy_dart.py to handle show in one line. 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 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) {

Powered by Google App Engine
This is Rietveld 408576698