| 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 7452c55d79395b43648bd42c2dd728a91607572d..fc42e86d49e1b063e6132165eab0b6f9a014e07b 100644
|
| --- a/third_party/WebKit/Source/core/html/ClassList.h
|
| +++ b/third_party/WebKit/Source/core/html/ClassList.h
|
| @@ -52,7 +52,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 clearValueForQuirksMode() { m_classNamesForQuirksMode = nullptr; }
|
|
|
|
|