Reviewers: Erik Corry,

Description:
Fix presubmit error introduced by r9932.

[email protected]
BUG=
TEST=


Please review this at http://codereview.chromium.org/8511010/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/heap.h


Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index e2d4cfdb72ad7f8239b4cf2df177191920036857..1eb4640e148cf91a7ec3384ca7f0aecd19087238 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -282,7 +282,7 @@ class HeapDebugUtils;
 // 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