| Index: third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGC.h b/third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| index a54525a3a0f174312ea199459091ca92ea5fb089..ca91efe3e5d529561e87845a454e3c1a2241a28e 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
|
| @@ -97,20 +97,6 @@ public:
|
| NumberOfArenas,
|
| };
|
|
|
| -#if defined(ADDRESS_SANITIZER)
|
| - // Heaps can have their object payloads be poisoned, or cleared
|
| - // of their poisoning.
|
| - enum Poisoning {
|
| - SetPoison,
|
| - ClearPoison,
|
| - };
|
| -
|
| - enum ObjectsToPoison {
|
| - UnmarkedOnly,
|
| - MarkedAndUnmarked,
|
| - };
|
| -#endif
|
| -
|
| enum V8GCType {
|
| V8MinorGC,
|
| V8MajorGC,
|
|
|