Chromium Code Reviews| Index: test/mjsunit/regress/regress-1118.js |
| diff --git a/test/mjsunit/regress/regress-1118.js b/test/mjsunit/regress/regress-1118.js |
| index 7e0461db4d5da3c33a6c692ae50927e50a131903..c7df0cb4861466ed18ef11881364b1641af2cee1 100644 |
| --- a/test/mjsunit/regress/regress-1118.js |
| +++ b/test/mjsunit/regress/regress-1118.js |
| @@ -31,7 +31,7 @@ |
| // should be able to construct a receiver from all optimized stack frames. |
| function A() { } |
| -A.prototype.f = function() { } |
| +A.prototype.f = function() { }; |
| function B() { } |