Chromium Code Reviews| Index: Source/platform/heap/Handle.h |
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h |
| index 309bd4b354531ecca9d450eb6c04b91f2f03dd26..7186585a7e09999741ba6d8127370f61657658eb 100644 |
| --- a/Source/platform/heap/Handle.h |
| +++ b/Source/platform/heap/Handle.h |
| @@ -733,7 +733,6 @@ public: |
| private: |
| T** cell() const { return const_cast<T**>(&this->m_raw); } |
| - friend class Visitor; |
| template<typename Derived> friend class VisitorHelper; |
| }; |