| Index: Source/core/dom/NodeRareData.h
|
| diff --git a/Source/core/dom/NodeRareData.h b/Source/core/dom/NodeRareData.h
|
| index 221872af556fde12c69038c327fb4d430dcb9f3b..2e8d7a577c927a5473e57c7044d184f6c457fad9 100644
|
| --- a/Source/core/dom/NodeRareData.h
|
| +++ b/Source/core/dom/NodeRareData.h
|
| @@ -35,8 +35,8 @@ class NodeMutationObserverData final : public NoBaseWillBeGarbageCollected<NodeM
|
| WTF_MAKE_NONCOPYABLE(NodeMutationObserverData);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
|
| public:
|
| - WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration> > registry;
|
| - WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> > transientRegistry;
|
| + WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration>> registry;
|
| + WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration>> transientRegistry;
|
|
|
| static PassOwnPtrWillBeRawPtr<NodeMutationObserverData> create()
|
| {
|
|
|