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

Unified Diff: sdk/lib/core/sort.dart

Issue 11365196: Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change arrow-syntax factory into brace-syntax, due to multiline content. Created 8 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: sdk/lib/core/sort.dart
diff --git a/sdk/lib/core/sort.dart b/sdk/lib/core/sort.dart
index 252a110f639aadc2a4a75d380a53dd094d7e48c0..ce8b62100eccd83cb7707b79b2c855606c0916be 100644
--- a/sdk/lib/core/sort.dart
+++ b/sdk/lib/core/sort.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// TODO(ajohnsen): Remove once coreimpl is eliminated.
+// TODO(ajohnsen): Remove once dart2js intercepters can work without.
floitsch 2012/11/12 16:31:56 without it.
Anders Johnsen 2012/11/12 16:58:38 Done.
/**
* WARNING: This method is temporary and will go away soon.
*/

Powered by Google App Engine
This is Rietveld 408576698