| 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 a683882c926ccb0e4ed8072dd8d05ec109eec189..e7cc34e1f8cdbb04ca9fdf268362b1d0f43aaf2d 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Visitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Visitor.h
|
| @@ -371,6 +371,8 @@ public:
|
|
|
| inline MarkingMode getMarkingMode() const { return m_markingMode; }
|
|
|
| + ThreadHeap& heap() { return m_state->heap(); }
|
| +
|
| protected:
|
| Visitor(ThreadState*, MarkingMode);
|
|
|
|
|