| Index: test/webkit/fast/js/kde/md5-2.js
|
| diff --git a/test/webkit/fast/js/kde/md5-2.js b/test/webkit/fast/js/kde/md5-2.js
|
| index fa591704c82780a1544c1831e8028752c04e06d4..1b9d4aa6284eaede85a51c85225350d223772896 100644
|
| --- a/test/webkit/fast/js/kde/md5-2.js
|
| +++ b/test/webkit/fast/js/kde/md5-2.js
|
| @@ -240,4 +240,4 @@ function hexMD5w(str) { return binl2hex(coreMD5(strw2binl(str))) }
|
| function b64MD5 (str) { return binl2b64(coreMD5( str2binl(str))) }
|
| function b64MD5w(str) { return binl2b64(coreMD5(strw2binl(str))) }
|
| /* Backward compatibility */
|
| -function calcMD5(str) { return binl2hex(coreMD5( str2binl(str))) }
|
| +function calcMD5(str) { return binl2hex(coreMD5( str2binl(str))) }
|
|
|