| Index: sky/engine/core/dom/DOMTokenList.h
|
| diff --git a/sky/engine/core/dom/DOMTokenList.h b/sky/engine/core/dom/DOMTokenList.h
|
| index 4d9dbb4139fe254150e43679cbc09411ed705f56..f73ef53b9461746b4b97300e519c4eb8eeca8596 100644
|
| --- a/sky/engine/core/dom/DOMTokenList.h
|
| +++ b/sky/engine/core/dom/DOMTokenList.h
|
| @@ -62,6 +62,7 @@ public:
|
| void remove(const AtomicString&, ExceptionState&);
|
| bool toggle(const AtomicString&, ExceptionState&);
|
| bool toggle(const AtomicString&, bool force, ExceptionState&);
|
| + void clear();
|
|
|
| const AtomicString& toString() const { return value(); }
|
|
|
|
|