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

Unified Diff: test/mjsunit/compiler/regress-inline-callfunctionstub.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
Index: test/mjsunit/compiler/regress-inline-callfunctionstub.js
diff --git a/test/mjsunit/compiler/regress-inline-callfunctionstub.js b/test/mjsunit/compiler/regress-inline-callfunctionstub.js
index a39d26df0ed0141962358e665a488c6da5bb1a99..68af8d4596213faca67a7f09a8a467bf1f4c7001 100644
--- a/test/mjsunit/compiler/regress-inline-callfunctionstub.js
+++ b/test/mjsunit/compiler/regress-inline-callfunctionstub.js
@@ -30,7 +30,7 @@
// Test inlined of calls-as-function two levels deep.
function f() { return 42; }
-var o = {g : function () { return f(); } }
+var o = {g : function () { return f(); } };
function main(func) {
var v=0;
for (var i=0; i<1; i++) {
« no previous file with comments | « test/mjsunit/compiler/regress-closures-with-eval.js ('k') | test/mjsunit/compiler/regress-lbranch-double.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698