| Index: sky/engine/core/dom/DOMSettableTokenList.h
|
| diff --git a/sky/engine/core/dom/DOMSettableTokenList.h b/sky/engine/core/dom/DOMSettableTokenList.h
|
| index 6c603e49a513509644eca027aaa07c37b91b0496..7cbf47b84c434dbb27f3857426603f1e4f824f0f 100644
|
| --- a/sky/engine/core/dom/DOMSettableTokenList.h
|
| +++ b/sky/engine/core/dom/DOMSettableTokenList.h
|
| @@ -42,7 +42,7 @@ class DOMSettableTokenList final
|
| #endif
|
| {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| + WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| static PassRefPtr<DOMSettableTokenList> create()
|
| {
|
|
|