Chromium Code Reviews| Index: src/json.js |
| diff --git a/src/json.js b/src/json.js |
| index f20106ab69b9d8170fd5200ca17767bc7b56257d..f5ac6cb87ad4ef92c12f83aff295c4d38faa6496 100644 |
| --- a/src/json.js |
| +++ b/src/json.js |
| @@ -4,7 +4,7 @@ |
| var $jsonSerializeAdapter; |
| -(function() { |
| +(function(global, shared, exports) { |
| "use strict"; |
| @@ -239,4 +239,4 @@ $jsonSerializeAdapter = function(key, object) { |
| return JSONSerialize(key, holder, UNDEFINED, new InternalArray(), "", ""); |
| } |
| -})(); |
| +}) |