From aff88ef399f5db5468948dbbaca8e20e3b69ea40 Mon Sep 17 00:00:00 2001 From: "vegorov@chromium.org" Date: Wed, 9 Nov 2011 14:04:56 +0000 Subject: [PATCH] Fix presubmit error introduced by r9932. R=erik.corry@gmail.com BUG= TEST= Review URL: http://codereview.chromium.org/8511010 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9934 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/heap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heap.h b/src/heap.h index e2d4cfd..1eb4640 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), -- 2.7.4