| Index: sky/engine/core/dom/DOMTokenList.h
|
| diff --git a/sky/engine/core/dom/DOMTokenList.h b/sky/engine/core/dom/DOMTokenList.h
|
| index 04511b9b401ac1168820fe5c672e193c672a04f5..7de8f095b19fcd38d3381c54c885f7fa2a3ba17d 100644
|
| --- a/sky/engine/core/dom/DOMTokenList.h
|
| +++ b/sky/engine/core/dom/DOMTokenList.h
|
| @@ -65,8 +65,6 @@ public:
|
|
|
| virtual Element* element() { return 0; }
|
|
|
| - virtual void trace(Visitor*) { }
|
| -
|
| protected:
|
| virtual const AtomicString& value() const = 0;
|
| virtual void setValue(const AtomicString&) = 0;
|
|
|