| Index: test/mjsunit/mirror-function.js
|
| diff --git a/test/mjsunit/mirror-function.js b/test/mjsunit/mirror-function.js
|
| index cda815df68d7d537a41ceaa73ecdf1cbf045547a..8bf588fc9ac315bcad775a2430b1f07daec86c1e 100644
|
| --- a/test/mjsunit/mirror-function.js
|
| +++ b/test/mjsunit/mirror-function.js
|
| @@ -38,7 +38,7 @@ function MirrorRefCache(json_refs) {
|
|
|
| MirrorRefCache.prototype.lookup = function(handle) {
|
| return this.refs_[handle];
|
| -}
|
| +};
|
|
|
| function testFunctionMirror(f) {
|
| // Create mirror and JSON representation.
|
|
|