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

Unified Diff: test/webkit/fast/js/kde/object_prototype_tostring.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/object_prototype.js ('k') | test/webkit/fast/js/kde/operators.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/kde/object_prototype_tostring.js
diff --git a/test/webkit/fast/js/kde/object_prototype_tostring.js b/test/webkit/fast/js/kde/object_prototype_tostring.js
index 9814d8cea3a758b613e4de46dc63749ed24a04c5..8b3ce98404aa6af9454a973e9e98b3c42de378e0 100644
--- a/test/webkit/fast/js/kde/object_prototype_tostring.js
+++ b/test/webkit/fast/js/kde/object_prototype_tostring.js
@@ -48,4 +48,4 @@ _error.toString = Object.prototype.toString;
shouldBe("_error.toString()","\"[object Error]\"");
var _function = new Function();
_function.toString = Object.prototype.toString;
-shouldBe("_function.toString()","\"[object Function]\"");
+shouldBe("_function.toString()","\"[object Function]\"");
« no previous file with comments | « test/webkit/fast/js/kde/object_prototype.js ('k') | test/webkit/fast/js/kde/operators.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698