| Index: third_party/WebKit/Source/platform/heap/Member.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Member.h b/third_party/WebKit/Source/platform/heap/Member.h
|
| index db16863abd315f1af621ae5d0b4b462e9487f732..b2bac898b0c9e4b65564bf2e4e3e53dca4d4bd83 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Member.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Member.h
|
| @@ -434,8 +434,7 @@ class WeakMember : public MemberBase<T, TracenessMemberConfiguration::Traced> {
|
| private:
|
| T** cell() const { return const_cast<T**>(&this->m_raw); }
|
|
|
| - template <typename Derived>
|
| - friend class VisitorHelper;
|
| + friend class Visitor;
|
| };
|
|
|
| // UntracedMember is a pointer to an on-heap object that is not traced for some
|
|
|