| 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 b4036f24b25a68ea613500802dae25d2b42dd558..1ede0594be28d6c632d7c4941c6f2b94dd2c274d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Visitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| @@ -98,9 +98,6 @@ enum class VisitorMarkingMode {
|
| // This is a default visitor. This is used for GCType=GCWithSweep
|
| // and GCType=GCWithoutSweep.
|
| GlobalMarking,
|
| - // This visitor does not trace objects outside the heap of the
|
| - // GCing thread. This is used for GCType=ThreadTerminationGC.
|
| - ThreadLocalMarking,
|
| // This visitor just marks objects and ignores weak processing.
|
| // This is used for GCType=TakeSnapshot.
|
| SnapshotMarking,
|
|
|