Chromium Code Reviews| Index: third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h |
| diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h b/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h |
| index 1d9f58b9f7c6f240617f9f4160198ea846063250..1478088dc095f8d1c5343f2067aa896dadd6aa4b 100644 |
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h |
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h |
| @@ -40,6 +40,7 @@ protected: |
| ASSERT(ThreadState::current()->isInGC()); |
| ASSERT(toDerived()->getMarkingMode() != Visitor::WeakProcessing); |
| + DCHECK(&pageFromObject(objectPointer)->arena()->getThreadState()->heap() == &toDerived()->heap()); |
|
haraken
2016/05/24 16:15:28
Add a comment about what this DCHECK is checking.
keishi
2016/05/25 13:07:45
Done.
|
| header->mark(); |