| 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 87fcd89b438246993dc19ef877f5d4bc1d466ce9..18b8e617644efe916f2f975b0c286ed8c420c30b 100644
|
| --- a/third_party/WebKit/Source/core/html/RelList.h
|
| +++ b/third_party/WebKit/Source/core/html/RelList.h
|
| @@ -27,7 +27,7 @@ public:
|
| unsigned length() const override;
|
| const AtomicString item(unsigned index) const override;
|
|
|
| - Element* element() override { return m_element; }
|
| + Element* element() const override { return m_element; }
|
| void setRelValues(const AtomicString&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|