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

Unified Diff: test/mjsunit/call-non-function.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/bugs/bug-222.js ('k') | test/mjsunit/class-of-builtins.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/call-non-function.js
diff --git a/test/mjsunit/call-non-function.js b/test/mjsunit/call-non-function.js
index 9fe3b0fba212a0291117279d15cae0403e7352c0..affe5bb09a9f9e4ebe23527c9fb1a5ef53500d79 100644
--- a/test/mjsunit/call-non-function.js
+++ b/test/mjsunit/call-non-function.js
@@ -41,7 +41,7 @@ function TryCall(x) {
assertTrue(caught[0] instanceof TypeError);
assertTrue(caught[1] instanceof TypeError);
-};
+}
TryCall(this);
« no previous file with comments | « test/mjsunit/bugs/bug-222.js ('k') | test/mjsunit/class-of-builtins.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698