| Index: sky/engine/core/dom/DOMTokenList.h
|
| diff --git a/sky/engine/core/dom/DOMTokenList.h b/sky/engine/core/dom/DOMTokenList.h
|
| index a0bde33490691ab7ef1ba76f41c0070c228f5ef1..9aa2f33f2fe08287a8fb2c49215c11ee04ce7fa3 100644
|
| --- a/sky/engine/core/dom/DOMTokenList.h
|
| +++ b/sky/engine/core/dom/DOMTokenList.h
|
| @@ -35,9 +35,9 @@ namespace blink {
|
| class Element;
|
| class ExceptionState;
|
|
|
| -class DOMTokenList : public DummyBase<DOMTokenList>, public ScriptWrappable {
|
| +class DOMTokenList : public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| WTF_MAKE_NONCOPYABLE(DOMTokenList);
|
| public:
|
| DOMTokenList()
|
|
|