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

Unified Diff: runtime/bin/dartutils.h

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/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index 03c947786c390f4c035901caa9cf26a1ac2681a1..a11a6b7a6277f702d927c2ed1b5da17c79b5e633 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -169,6 +169,7 @@ class DartUtils {
static const char* kIOLibURL;
static const char* kIOLibPatchURL;
static const char* kJsonLibURL;
+ static const char* kJsonLibPatchURL;
static const char* kUriLibURL;
static const char* kUtfLibURL;
static const char* kIsolateLibURL;

Powered by Google App Engine
This is Rietveld 408576698