| Index: test/mjsunit/mirror-unresolved-function.js
|
| diff --git a/test/mjsunit/mirror-unresolved-function.js b/test/mjsunit/mirror-unresolved-function.js
|
| index 46f22a08a7675fd4d34b385032399303a7d73f3e..5a164e54a9acaffc630d923c743e2c2bb08f4d5d 100644
|
| --- a/test/mjsunit/mirror-unresolved-function.js
|
| +++ b/test/mjsunit/mirror-unresolved-function.js
|
| @@ -38,7 +38,7 @@ function MirrorRefCache(json_refs) {
|
|
|
| MirrorRefCache.prototype.lookup = function(handle) {
|
| return this.refs_[handle];
|
| -}
|
| +};
|
|
|
| var mirror = new debug.UnresolvedFunctionMirror("f");
|
| var serializer = debug.MakeMirrorSerializer();
|
|
|