| Index: sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h b/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| index 0bbd160ba9d24976140a0cc6a17da98524bfaf77..23473a35fc164c660e24c2ce533069ac9f860e49 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
|
| @@ -18,7 +18,7 @@ class CustomElementMicrotaskStep;
|
| class Document;
|
| class HTMLImportLoader;
|
|
|
| -class CustomElementMicrotaskDispatcher final : public DummyBase<CustomElementMicrotaskDispatcher> {
|
| +class CustomElementMicrotaskDispatcher final {
|
| WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskDispatcher);
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher);
|
| public:
|
|
|