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

Unified Diff: test/mjsunit/compiler/pic.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/compiler/objectliterals.js ('k') | test/mjsunit/compiler/regress-1394.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/pic.js
diff --git a/test/mjsunit/compiler/pic.js b/test/mjsunit/compiler/pic.js
index f5b136ce91d1de99e160ea5143e75872b18cb73e..007d9e17afcdfbfd2fb722b83e2acb870dc4bb9e 100644
--- a/test/mjsunit/compiler/pic.js
+++ b/test/mjsunit/compiler/pic.js
@@ -51,7 +51,7 @@ function Test(o) {
var o1 = { x: 0, y: 1 };
var o2 = { y: 1, x: 0 };
var o3 = { y: 1, z: 2, x: 0 };
-o1.f = o2.f = o3.f = function() { return 99; }
+o1.f = o2.f = o3.f = function() { return 99; };
// Run the test until we're fairly sure we've optimized the
// polymorphic property access.
« no previous file with comments | « test/mjsunit/compiler/objectliterals.js ('k') | test/mjsunit/compiler/regress-1394.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698