Chromium Code Reviews| Index: test/test262/harness-adapt.js | 
| diff --git a/test/test262/harness-adapt.js b/test/test262/harness-adapt.js | 
| index bc10a9d5061a6247d8ba1e709c9ced551787f60d..52b5de70bdd2e16a8212164a3dfcd7400aa67c78 100644 | 
| --- a/test/test262/harness-adapt.js | 
| +++ b/test/test262/harness-adapt.js | 
| @@ -43,7 +43,7 @@ var ES5Harness = (function() { | 
| } | 
| Test262Error.prototype.toString = function() { | 
| - return this.result + " " + error; | 
| + return this.result + " " + this.error; | 
| } | 
| function registerTest(test) { |