Chromium Code Reviews| Index: test/mjsunit/mirror-regexp.js |
| diff --git a/test/mjsunit/mirror-regexp.js b/test/mjsunit/mirror-regexp.js |
| index d6a9d71024544b567d0fc44f1e8ac7b9bb8958f0..e1aa25cd32c65a2f0fd537bc5964898cfd28965a 100644 |
| --- a/test/mjsunit/mirror-regexp.js |
| +++ b/test/mjsunit/mirror-regexp.js |
| @@ -49,7 +49,7 @@ function MirrorRefCache(json_refs) { |
| MirrorRefCache.prototype.lookup = function(handle) { |
| return this.refs_[handle]; |
| -} |
| +}; |
| function testRegExpMirror(r) { |
| // Create mirror and JSON representation. |