Revision: 10381
Author: [email protected]
Date: Wed Jan 11 01:49:47 2012
Log: Fix build failure introduced by r10380
[email protected]
Review URL: http://codereview.chromium.org/9190002
http://code.google.com/p/v8/source/detail?r=10381
Modified:
/branches/bleeding_edge/test/cctest/test-heap.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Wed Jan 11 01:39:37
2012
+++ /branches/bleeding_edge/test/cctest/test-heap.cc Wed Jan 11 01:49:47
2012
@@ -1481,7 +1481,9 @@
TEST(InstanceOfStubWriteBarrier) {
if (!i::FLAG_crankshaft) return;
i::FLAG_allow_natives_syntax = true;
+#ifdef DEBUG
i::FLAG_verify_heap = true;
+#endif
InitializeVM();
v8::HandleScope outer_scope;
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev