Index: third_party/WebKit/Source/platform/heap/Visitor.h |
diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h |
index 68a00f409ae26d4bb520ce76b69402bc325f29c0..318a13512ffa049f9606b8d2fd78a12064313f66 100644 |
--- a/third_party/WebKit/Source/platform/heap/Visitor.h |
+++ b/third_party/WebKit/Source/platform/heap/Visitor.h |
@@ -245,8 +245,12 @@ public: |
// and GCType=GCWithoutSweep. |
GlobalMarking, |
// This visitor does not trace objects outside the heap of the |
- // GCing thread. This is used for GCType=ThreadTerminationGC. |
+ // GCing thread. This is the default visitor used for per thread heap |
+ // enabled heaps. |
ThreadLocalMarking, |
+ // This visitor does not trace objects outside the heap of the |
+ // GCing thread. This is used for GCType=ThreadTerminationGC. |
+ ThreadTerminationMarking, |
// This visitor just marks objects and ignores weak processing. |
// This is used for GCType=TakeSnapshot. |
SnapshotMarking, |