| Index: third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.h b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| index 714529664b7e121b575600711feeee753ada167e..4af6034037add434194f676c624b7b76782544e4 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| @@ -83,7 +83,7 @@ public:
|
|
|
| const AtomicString& toString() const { return value(); }
|
|
|
| - virtual Element* element() { return 0; }
|
| + virtual Element* element() const { return 0; }
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {
|
| visitor->trace(m_observer);
|
|
|