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