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

Unified Diff: test/mjsunit/regress/regress-1257.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/regress/regress-1257.js
diff --git a/test/mjsunit/regress/regress-1257.js b/test/mjsunit/regress/regress-1257.js
index c20fb860687c09c7176ae76af045b39257318486..996502a84f757400acbb161ac41d53fa24e03a68 100644
--- a/test/mjsunit/regress/regress-1257.js
+++ b/test/mjsunit/regress/regress-1257.js
@@ -52,7 +52,7 @@ function foo () {
// because it has no type feedback.
g(y);
return;
- };
+ }
}
foo();

Powered by Google App Engine
This is Rietveld 408576698