Reviewers: Michael Starzinger,
Description:
Fix build failure introduced by r10380
[email protected]
Please review this at http://codereview.chromium.org/9190002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-heap.cc
Index: test/cctest/test-heap.cc
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
index
b643e7d60e0893a7a6de8b83f936b116919479aa..98fee1cc3805751b27a6da2aab09781baa5c6e34
100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -1481,7 +1481,9 @@ TEST(LeakGlobalContextViaMapProto) {
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