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

Unified Diff: test/mjsunit/prototype.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/prototype.js
diff --git a/test/mjsunit/prototype.js b/test/mjsunit/prototype.js
index bfc1a799d4b00fa5929da71cfb5385f5145ea2b0..e3f2f550543cc914a269295472313a4ecd163316 100644
--- a/test/mjsunit/prototype.js
+++ b/test/mjsunit/prototype.js
@@ -67,7 +67,7 @@ var p = new Object();
p.y = 1;
new D();
-D.prototype = p
+D.prototype = p;
assertEquals(1, (new D).y);

Powered by Google App Engine
This is Rietveld 408576698