summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/fast/js/kde/md5-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/fast/js/kde/md5-2.js')
-rw-r--r--deps/v8/test/webkit/fast/js/kde/md5-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/webkit/fast/js/kde/md5-2.js b/deps/v8/test/webkit/fast/js/kde/md5-2.js
index fa591704c8..1b9d4aa628 100644
--- a/deps/v8/test/webkit/fast/js/kde/md5-2.js
+++ b/deps/v8/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))) } \ No newline at end of file
+function calcMD5(str) { return binl2hex(coreMD5( str2binl(str))) }