| 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 383498a29a84c6923d4679aa5d49ae98add2ce54..4dae874e7f4c88f8d8fa12dd7ae8e3a309fe8e25 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| @@ -34,7 +34,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Element;
|
| class ExceptionState;
|
|
|
| class CORE_EXPORT DOMTokenListObserver : public GarbageCollectedMixin {
|
| @@ -79,8 +78,6 @@ class CORE_EXPORT DOMTokenList : public GarbageCollectedFinalized<DOMTokenList>,
|
|
|
| const AtomicString& toString() const { return value(); }
|
|
|
| - virtual Element* element() { return 0; }
|
| -
|
| DEFINE_INLINE_VIRTUAL_TRACE() { visitor->trace(m_observer); }
|
|
|
| protected:
|
|
|