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

Unified Diff: src/json.js

Issue 1307963002: Native context: alpha sort slots and remove boilerplate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rename Created 5 years, 4 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 | « src/heap-snapshot-generator.cc ('k') | src/messages.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/json.js
diff --git a/src/json.js b/src/json.js
index 36fda8e1e0a7135d4418f17cac1320b064ff6958..3bc52cbbf5dbedd475e1c2069b2e474454b8cdda 100644
--- a/src/json.js
+++ b/src/json.js
@@ -253,7 +253,7 @@ function JsonSerializeAdapter(key, object) {
}
utils.ExportToRuntime(function(to) {
- to.JsonSerializeAdapter = JsonSerializeAdapter;
+ to["json_serialize_adapter"] = JsonSerializeAdapter;
});
})
« no previous file with comments | « src/heap-snapshot-generator.cc ('k') | src/messages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698