| Index: test/mjsunit/compiler/regress-serialized-slots.js
|
| diff --git a/test/mjsunit/compiler/regress-serialized-slots.js b/test/mjsunit/compiler/regress-serialized-slots.js
|
| index 0bd7528f10037357e4cea2d9ef2bbbd8239d3b1f..8646c7b93ac5a290d484fd989f277941f44443d1 100644
|
| --- a/test/mjsunit/compiler/regress-serialized-slots.js
|
| +++ b/test/mjsunit/compiler/regress-serialized-slots.js
|
| @@ -46,7 +46,7 @@ Function.prototype.bind = function(thisObject)
|
| args.concat(Array.prototype.slice.call(arguments, 0)));
|
| }
|
| return bound;
|
| -}
|
| +};
|
|
|
| function sum(x, y) {
|
| return x + y;
|
|
|