| Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| index 884886229ccb1e4c1a17ef41d10c50396d949c9a..6e362742dd72d4243b3ac9f505c6f7ec399299f0 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| @@ -15,6 +15,7 @@ namespace blink {
|
| class CustomElementCallbackQueue;
|
|
|
| class CustomElementMicrotaskDispatcher final : public NoBaseWillBeGarbageCollected<CustomElementMicrotaskDispatcher> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher);
|
| WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskDispatcher);
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher);
|
| public:
|
|
|