Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: test/webkit/fast/js/kde/md5-2.js

Issue 82803005: Make sure files end with exactly one new line and police this in presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry upload Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/webkit/fast/js/kde/md5-1.js ('k') | test/webkit/fast/js/kde/object_prototype.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))) }
« no previous file with comments | « test/webkit/fast/js/kde/md5-1.js ('k') | test/webkit/fast/js/kde/object_prototype.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698