Index: Source/heap/Visitor.h |
diff --git a/Source/heap/Visitor.h b/Source/heap/Visitor.h |
index 84b7bb70f46836f5ac1722845c155eece0271003..05451b8eff16e67ef08a40e77a75c49c0b5d37b4 100644 |
--- a/Source/heap/Visitor.h |
+++ b/Source/heap/Visitor.h |
@@ -376,7 +376,7 @@ public: |
// Macro to declare methods needed for each typed heap. |
#define DECLARE_VISITOR_METHODS(Type) \ |
- DEBUG_ONLY(void checkGCInfo(const Type*, const GCInfo*);) \ |
+ DEBUG_ONLY(void checkGCInfo(const Type*, const GCInfo*);) \ |
virtual void mark(const Type*, TraceCallback) = 0; \ |
virtual bool isMarked(const Type*) = 0; |