From bd58fddbc307a5e9d6e28403117aedf420c50268 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Wed, 11 Apr 2012 15:47:46 +0000 Subject: [PATCH] Fix compile error in r11279. TBR=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/9969156 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11280 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/test-weakmaps.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cctest/test-weakmaps.cc b/test/cctest/test-weakmaps.cc index 9f5ef95..02c087f 100644 --- a/test/cctest/test-weakmaps.cc +++ b/test/cctest/test-weakmaps.cc @@ -192,7 +192,9 @@ TEST(Regress2060a) { // other strong paths are correctly recorded in the slots buffer. TEST(Regress2060b) { FLAG_always_compact = true; +#ifdef DEBUG FLAG_verify_heap = true; +#endif LocalContext context; v8::HandleScope scope; Handle function = -- 2.7.4