| Index: third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp b/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
|
| index 277032fbdb8818d05d5383ee30448926f59c5d62..dae325755a4cbeb23b809000ed2ab7ba790dd7c4 100644
|
| --- a/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
|
| @@ -39,9 +39,9 @@
|
| namespace blink {
|
|
|
| // The accumulator map is used to make sure that there is only one mutation
|
| -// accumulator for a given node even if there are multiple ChildListMutationScopes
|
| -// on the stack. The map is always empty when there are no ChildListMutationScopes
|
| -// on the stack.
|
| +// accumulator for a given node even if there are multiple
|
| +// ChildListMutationScopes on the stack. The map is always empty when there are
|
| +// no ChildListMutationScopes on the stack.
|
| typedef HeapHashMap<Member<Node>, Member<ChildListMutationAccumulator>>
|
| AccumulatorMap;
|
|
|
|
|