| Index: third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index c13405a4a73de00e3e6916b16766f8526dcebf17..4da981dea9560acaf447155c54c1a3243c3e43ae 100644
|
| --- a/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -48,7 +48,8 @@ public:
|
| Helper::template registerWeakMembers<T, method>(obj);
|
| }
|
|
|
| - Visitor* getUninlined() { return m_visitor; }
|
| + ThreadHeap& heap() { return m_visitor->heap(); }
|
| +
|
| protected:
|
| // Methods to be called from MarkingVisitorImpl.
|
|
|
|
|