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

Unified Diff: benchmarks/spinning-balls/v.js

Issue 8520031: Fix presubmit errors introduced by r10002. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/spinning-balls/v.js
===================================================================
--- benchmarks/spinning-balls/v.js (revision 10002)
+++ benchmarks/spinning-balls/v.js (working copy)
@@ -428,7 +428,7 @@
function Form() {
function create(tag) { return document.createElement(tag); }
function text(value) { return document.createTextNode(value); }
-
+
this.form = create("form");
this.form.setAttribute("action", "javascript:start()");
@@ -445,7 +445,7 @@
var tr = create("tr");
tr.appendChild(col(a));
tr.appendChild(col(b));
- return tr;
+ return tr;
}
this.timelimit = create("input");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698