Revision: 10715
Author:   [email protected]
Date:     Thu Feb 16 00:10:47 2012
Log: Prefix usage of kExternalFloatArray and kExternalDoubleArray with v8.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9417002
http://code.google.com/p/v8/source/detail?r=10715

Modified:
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc     Wed Feb 15 23:58:07 2012
+++ /branches/bleeding_edge/test/cctest/test-api.cc     Thu Feb 16 00:10:47 2012
@@ -12902,8 +12902,8 @@
                       "}"
                       "ext_array[7];");
   CHECK_EQ(0, result->Int32Value());
-  if (array_type == kExternalDoubleArray ||
-      array_type == kExternalFloatArray) {
+  if (array_type == v8::kExternalDoubleArray ||
+      array_type == v8::kExternalFloatArray) {
     CHECK_EQ(
         static_cast<int>(0x80000000),
static_cast<int>(jsobj->GetElement(7)->ToObjectChecked()->Number()));

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

Reply via email to