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

Unified Diff: test/mjsunit/error-constructors.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/elements-kind.js ('k') | test/mjsunit/escape.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/error-constructors.js
diff --git a/test/mjsunit/error-constructors.js b/test/mjsunit/error-constructors.js
index 966a1629d7e65289e9e5645689da0c12dd2ea3dd..87edc89c41c32e7637c922ba54d02c2722a051c1 100644
--- a/test/mjsunit/error-constructors.js
+++ b/test/mjsunit/error-constructors.js
@@ -33,7 +33,7 @@ assertEquals(Object.prototype, Error.prototype.__proto__);
// Check that error construction does not call setters for the
// properties on error objects in prototypes.
-function fail() { assertTrue(false); };
+function fail() { assertTrue(false); }
ReferenceError.prototype.__defineSetter__('stack', fail);
ReferenceError.prototype.__defineSetter__('message', fail);
ReferenceError.prototype.__defineSetter__('type', fail);
« no previous file with comments | « test/mjsunit/elements-kind.js ('k') | test/mjsunit/escape.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698