Chromium Code Reviews| Index: test/mjsunit/mirror-error.js |
| diff --git a/test/mjsunit/mirror-error.js b/test/mjsunit/mirror-error.js |
| index 9fea17cf1c8dcfb475a6803d3846f74a1d538063..a6922857662e3edd380511a086973563f5e87499 100644 |
| --- a/test/mjsunit/mirror-error.js |
| +++ b/test/mjsunit/mirror-error.js |
| @@ -38,7 +38,7 @@ function MirrorRefCache(json_refs) { |
| MirrorRefCache.prototype.lookup = function(handle) { |
| return this.refs_[handle]; |
| -} |
| +}; |
| function testErrorMirror(e) { |
| // Create mirror and JSON representation. |