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