Index: src/heap/scavenger.h |
diff --git a/src/heap/scavenger.h b/src/heap/scavenger.h |
index f2213b8a363c5d41976859a221a63bcdddd67ba3..54fe6ffdf92f50b4a017bd4216b0005011b542a6 100644 |
--- a/src/heap/scavenger.h |
+++ b/src/heap/scavenger.h |
@@ -63,9 +63,8 @@ class ScavengeVisitor : public ObjectVisitor { |
// Helper class for turning the scavenger into an object visitor that is also |
// filtering out non-HeapObjects and objects which do not reside in new space. |
-template <PromotionMode promotion_mode> |
class StaticScavengeVisitor |
- : public StaticNewSpaceVisitor<StaticScavengeVisitor<promotion_mode>> { |
+ : public StaticNewSpaceVisitor<StaticScavengeVisitor> { |
public: |
static inline void VisitPointer(Heap* heap, HeapObject* object, Object** p); |
}; |