Chromium Code Reviews| Index: Source/platform/heap/HeapTest.cpp |
| diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp |
| index 5a71985a97bb6c82db06302c0a68ebb7445095c3..2a91aace6935e65a98b81859b0fe1c635765d7a0 100644 |
| --- a/Source/platform/heap/HeapTest.cpp |
| +++ b/Source/platform/heap/HeapTest.cpp |
| @@ -235,7 +235,8 @@ private: |
| class CountingVisitor : public Visitor { |
| public: |
| CountingVisitor() |
| - : m_count(0) |
| + : Visitor(Visitor::GenericVisitorType) |
| + , m_count(0) |
| { |
| } |