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

Unified Diff: sdk/lib/_internal/js_runtime/lib/core_patch.dart

Issue 1475573002: Fix bad line endings after sorting show names. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/core_patch.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/core_patch.dart b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
index 2e1037e90c3898166ad5923260dbd71698ada91d..9dd31a4920723f9dbe71d8fb97ee1c43c189daee 100644
--- a/sdk/lib/_internal/js_runtime/lib/core_patch.dart
+++ b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
@@ -9,7 +9,7 @@ import 'dart:_js_helper' show checkInt,
Closure,
ConstantMap,
getRuntimeType,
- JsLinkedHashMap;
+ JsLinkedHashMap,
jsonEncodeNative,
JSSyntaxRegExp,
NoInline,
@@ -20,7 +20,7 @@ import 'dart:_js_helper' show checkInt,
patch_startup,
Primitives,
readHttp,
- stringJoinUnchecked,
+ stringJoinUnchecked;
import 'dart:_foreign_helper' show JS;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698