| Index: third_party/WebKit/Source/core/html/RelList.h
|
| diff --git a/third_party/WebKit/Source/core/html/RelList.h b/third_party/WebKit/Source/core/html/RelList.h
|
| index aeed907347c435e5f1852e5504643db07fd03410..51a30342a608551da3c8c94617b8d2daa8e51786 100644
|
| --- a/third_party/WebKit/Source/core/html/RelList.h
|
| +++ b/third_party/WebKit/Source/core/html/RelList.h
|
| @@ -19,7 +19,6 @@ class RelList final : public DOMTokenList {
|
| unsigned length() const override;
|
| const AtomicString item(unsigned index) const override;
|
|
|
| - Element* element() override { return m_element; }
|
| void setRelValues(const AtomicString&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|