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

Unified Diff: test/mjsunit/arguments-apply.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years 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/mjsunit/arguments.js ('k') | test/mjsunit/arguments-enum.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/arguments-apply.js
diff --git a/test/mjsunit/arguments-apply.js b/test/mjsunit/arguments-apply.js
index 48c42349639ab3b489350d69607e40684e4d534d..fa6c5c99f826468271a8689545201c3175a1fcde 100644
--- a/test/mjsunit/arguments-apply.js
+++ b/test/mjsunit/arguments-apply.js
@@ -89,7 +89,7 @@ assertTrue(Object === FunctionReceiver());
function ShadowApply() {
function f() { return 42; }
- f.apply = function() { return 87; }
+ f.apply = function() { return 87; };
return f.apply(this, arguments);
}
« no previous file with comments | « test/mjsunit/arguments.js ('k') | test/mjsunit/arguments-enum.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698