| Index: test/webkit/fast/js/string-link-expected.txt
 | 
| diff --git a/test/webkit/fast/js/string-link-expected.txt b/test/webkit/fast/js/string-link-expected.txt
 | 
| index afacbe6bb91737d156501e47d306b67d8bb33cec..2443bd4bcd1ef4441863e1e2286d4f5564e54cb9 100644
 | 
| --- a/test/webkit/fast/js/string-link-expected.txt
 | 
| +++ b/test/webkit/fast/js/string-link-expected.txt
 | 
| @@ -33,8 +33,8 @@ PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
 | 
|  PASS '_'.link('"') is "<a href=\""\">_</a>"
 | 
|  PASS '_'.link('" target="_blank') is "<a href=\"" target="_blank\">_</a>"
 | 
|  PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
 | 
| -FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Was <a href="undefined">undefined</a>.
 | 
| -FAIL String.prototype.link.call(null) should throw TypeError: Type error. Was <a href="undefined">null</a>.
 | 
| +FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.link called on null or undefined.
 | 
| +FAIL String.prototype.link.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.link called on null or undefined.
 | 
|  PASS String.prototype.link.length is 1
 | 
|  PASS successfullyParsed is true
 | 
|  
 | 
| 
 |