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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 12320072: Revert "Revert "Use browsers JSON.parse for parsing JSON (#3)"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/json_patch.dart ('k') | sdk/lib/json/json_base.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 8ab2e7f5a776c268f3cc9b506bfa51a11d9562d2..b8146bbfdd0c3b8cf7cb9360f7dabf2d184c6911 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -66,7 +66,8 @@ const Map<String, LibraryInfo> LIBRARIES = const {
dart2jsPatchPath: "_internal/compiler/implementation/lib/isolate_patch.dart"),
"json": const LibraryInfo(
- "json/json.dart"),
+ "json/json.dart",
+ dart2jsPatchPath: "_internal/compiler/implementation/lib/json_patch.dart"),
"math": const LibraryInfo(
"math/math.dart",
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/json_patch.dart ('k') | sdk/lib/json/json_base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698