| Index: third_party/WebKit/Source/core/html/ClassList.h
|
| diff --git a/third_party/WebKit/Source/core/html/ClassList.h b/third_party/WebKit/Source/core/html/ClassList.h
|
| index 364162b5aac0597715abcb48ae2123304b2224b6..19f901a0e9c681c7dcf23fda3eb8c7a8ffb1bcae 100644
|
| --- a/third_party/WebKit/Source/core/html/ClassList.h
|
| +++ b/third_party/WebKit/Source/core/html/ClassList.h
|
| @@ -43,8 +43,6 @@ class ClassList final : public DOMTokenList {
|
| unsigned length() const override;
|
| const AtomicString item(unsigned index) const override;
|
|
|
| - Element* element() override { return m_element; }
|
| -
|
| void clearValueForQuirksMode() { m_classNamesForQuirksMode = nullptr; }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|