| Index: third_party/WebKit/Source/core/dom/ChildListMutationScope.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ChildListMutationScope.h b/third_party/WebKit/Source/core/dom/ChildListMutationScope.h
|
| index d2f6d2125860996888db3c3b9b522bb0da1806f2..8fd4be026a53a9b117274336c9e105f9317139ec 100644
|
| --- a/third_party/WebKit/Source/core/dom/ChildListMutationScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/ChildListMutationScope.h
|
| @@ -41,12 +41,14 @@ namespace blink {
|
|
|
| class MutationObserverInterestGroup;
|
|
|
| -// ChildListMutationAccumulator is not meant to be used directly; ChildListMutationScope is the public interface.
|
| +// ChildListMutationAccumulator is not meant to be used directly;
|
| +// ChildListMutationScope is the public interface.
|
| //
|
| // One ChildListMutationAccumulator for a given Node is shared between all the
|
| -// active ChildListMutationScopes for that Node. Once the last ChildListMutationScope
|
| -// is destructed the accumulator enqueues a mutation record for the recorded
|
| -// mutations and the accumulator can be garbage collected.
|
| +// active ChildListMutationScopes for that Node. Once the last
|
| +// ChildListMutationScope is destructed the accumulator enqueues a mutation
|
| +// record for the recorded mutations and the accumulator can be garbage
|
| +// collected.
|
| class ChildListMutationAccumulator final
|
| : public GarbageCollected<ChildListMutationAccumulator> {
|
| public:
|
|
|