| Index: sky/engine/core/dom/MutationObserverInterestGroup.h
|
| diff --git a/sky/engine/core/dom/MutationObserverInterestGroup.h b/sky/engine/core/dom/MutationObserverInterestGroup.h
|
| index 1c7a37fd3493fbbb19457e7a0c45f9c97a85fbe9..4e9eb61580ea544ee7e463c0fcdb4fb4ca45dd90 100644
|
| --- a/sky/engine/core/dom/MutationObserverInterestGroup.h
|
| +++ b/sky/engine/core/dom/MutationObserverInterestGroup.h
|
| @@ -41,7 +41,7 @@
|
|
|
| namespace blink {
|
|
|
| -class MutationObserverInterestGroup final : public DummyBase<MutationObserverInterestGroup> {
|
| +class MutationObserverInterestGroup final {
|
| public:
|
| static PassOwnPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target)
|
| {
|
|
|