Revision: 11280
Author:   [email protected]
Date:     Wed Apr 11 08:47:46 2012
Log:      Fix compile error in r11279.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/test/cctest/test-weakmaps.cc Wed Apr 11 08:32:31 2012 +++ /branches/bleeding_edge/test/cctest/test-weakmaps.cc Wed Apr 11 08:47:46 2012
@@ -192,7 +192,9 @@
 // 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 =

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

Reply via email to