Revision: 9934
Author:   [email protected]
Date:     Wed Nov  9 06:04:56 2011
Log:      Fix presubmit error introduced by r9932.

[email protected]
BUG=
TEST=

Review URL: http://codereview.chromium.org/8511010
http://code.google.com/p/v8/source/detail?r=9934

Modified:
 /branches/bleeding_edge/src/heap.h

=======================================
--- /branches/bleeding_edge/src/heap.h  Wed Nov  9 05:48:43 2011
+++ /branches/bleeding_edge/src/heap.h  Wed Nov  9 06:04:56 2011
@@ -282,7 +282,7 @@
 // by it's size to avoid dereferencing a map pointer for scanning.
 class PromotionQueue {
  public:
-  PromotionQueue(Heap* heap)
+  explicit PromotionQueue(Heap* heap)
       : front_(NULL),
         rear_(NULL),
         limit_(NULL),

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

Reply via email to