Chromium Code Reviews| Index: src/runtime.js |
| diff --git a/src/runtime.js b/src/runtime.js |
| index 7269ea66775e1e353e3ec24c58e70ccf641da05f..3322e7597bef1b7b381138ae34f29aa4ed83ae00 100644 |
| --- a/src/runtime.js |
| +++ b/src/runtime.js |
| @@ -85,7 +85,7 @@ var $toPrimitive; |
| var $toString; |
| var $toUint32; |
| -(function(global, shared, exports) { |
| +(function(global, utils) { |
| %CheckIsBootstrapping(); |