Revision: 10004
Author: [email protected]
Date: Tue Nov 15 17:44:17 2011
Log: Fix presubmit errors introduced by r10002.
[email protected]
Review URL: http://codereview.chromium.org/8520031
http://code.google.com/p/v8/source/detail?r=10004
Modified:
/branches/bleeding_edge/benchmarks/spinning-balls/v.js
=======================================
--- /branches/bleeding_edge/benchmarks/spinning-balls/v.js Tue Nov 15
14:52:38 2011
+++ /branches/bleeding_edge/benchmarks/spinning-balls/v.js Tue Nov 15
17:44:17 2011
@@ -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");
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev