Revision: 13151
Author:   [email protected]
Date:     Thu Dec  6 05:41:16 2012
Log:      Fix hint to Octane in run.html.
http://code.google.com/p/v8/source/detail?r=13151

Modified:
 /data/benchmarks/v7/run.html

=======================================
--- /data/benchmarks/v7/run.html        Tue Sep 18 03:09:02 2012
+++ /data/benchmarks/v7/run.html        Thu Dec  6 05:41:16 2012
@@ -62,7 +62,7 @@
       && typeof Float64Array != "undefined"
       && typeof (new Uint8Array(0)).subarray != "undefined";

-  if (!hasTypedArrays) {
+  if (hasTypedArrays) {
     document.getElementById('obsolete').style.display="block";
   }
 }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to