Fix compile error in r11279.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Apr 2012 15:47:46 +0000 (15:47 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Apr 2012 15:47:46 +0000 (15:47 +0000)
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

index 9f5ef95..02c087f 100644 (file)
@@ -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<JSFunction> function =