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

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: Add vm patch 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 ce9f3f41d4ab0e169adce5e2fd7fef16aa1e5bc5..8ca6cd3a1e27fe1edec185950d4b9ea79fd391fd 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