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

Unified Diff: test/mjsunit/regress/regress-3252443.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/regress/regress-3218915.js ('k') | test/mjsunit/regress/regress-386.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-3252443.js
diff --git a/test/mjsunit/regress/regress-3252443.js b/test/mjsunit/regress/regress-3252443.js
index cd7aa40e7d7bead16337506643231aef4422737f..61f1fe84f92b86bf6f46400994e73ff796104451 100644
--- a/test/mjsunit/regress/regress-3252443.js
+++ b/test/mjsunit/regress/regress-3252443.js
@@ -26,7 +26,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var document = new Object();
-document.getElementById = function(s) { return { style: {}}};
+document.getElementById = function(s) { return { style: {}};};
function x(p0, p1, p2, p3) {
document.getElementById(p1+p0).style.display='';
document.getElementById(p1+''+p0).style.backgroundColor = "";
@@ -42,4 +42,4 @@ function x(p0, p1, p2, p3) {
}
}
-x(1, "xxx", 10000, 1)
+x(1, "xxx", 10000, 1);
« no previous file with comments | « test/mjsunit/regress/regress-3218915.js ('k') | test/mjsunit/regress/regress-386.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698