| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 9310ab6767598f477a9681cd063e3c0084e15e71..90d7673a74bcf14e969b08268831a2d871d6265a 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -805,8 +805,8 @@ private:
|
|
|
| void trackForDebugging();
|
|
|
| - WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration> >* mutationObserverRegistry();
|
| - WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> >* transientMutationObserverRegistry();
|
| + WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration>>* mutationObserverRegistry();
|
| + WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration>>* transientMutationObserverRegistry();
|
|
|
| uint32_t m_nodeFlags;
|
| RawPtrWillBeMember<ContainerNode> m_parentOrShadowHostNode;
|
|
|