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

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

Issue 12114021: Use browsers JSON.parse for parsing JSON. (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/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 98efa987cd187e85f0cec7dc2314dd85410ce911..6f489dc1c3f2bd3fead917ad9541720871b16091 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -73,7 +73,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",

Powered by Google App Engine
This is Rietveld 408576698