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

Unified Diff: runtime/bin/builtin_gen_snapshot.cc

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: runtime/bin/builtin_gen_snapshot.cc
diff --git a/runtime/bin/builtin_gen_snapshot.cc b/runtime/bin/builtin_gen_snapshot.cc
index fd64f46bd9cfef863c6eda7adeba2be7ecad3fa4..e1176794bcd3da98e8f01c9b764ff45bb36ed8e4 100644
--- a/runtime/bin/builtin_gen_snapshot.cc
+++ b/runtime/bin/builtin_gen_snapshot.cc
@@ -13,7 +13,8 @@
Builtin::builtin_lib_props Builtin::builtin_libraries_[] = {
/* { url_, source_, patch_url_, patch_source_, has_natives_ } */
{ DartUtils::kBuiltinLibURL, builtin_source_, NULL, NULL, true },
- { DartUtils::kJsonLibURL, json_source_, NULL, NULL, false },
+ { DartUtils::kJsonLibURL, json_source_,
+ DartUtils::kJsonLibPatchURL, json_patch_, false },
{ DartUtils::kUriLibURL, uri_source_, NULL, NULL, false },
{ DartUtils::kCryptoLibURL, crypto_source_, NULL, NULL, false },
{ DartUtils::kIOLibURL, io_source_,
« no previous file with comments | « runtime/bin/builtin.cc ('k') | runtime/bin/dartutils.h » ('j') | sdk/lib/json/json.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698