Index: Source/core/dom/ChildListMutationScope.cpp |
diff --git a/Source/core/dom/ChildListMutationScope.cpp b/Source/core/dom/ChildListMutationScope.cpp |
index 2c1292077b5e81a284443b60b779e7e1b5c7884e..309512c1a801572eac5cfb6c47c0322072e1fe76 100644 |
--- a/Source/core/dom/ChildListMutationScope.cpp |
+++ b/Source/core/dom/ChildListMutationScope.cpp |
@@ -43,7 +43,7 @@ namespace blink { |
// 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 WillBeHeapHashMap<RawPtrWillBeMember<Node>, RawPtrWillBeMember<ChildListMutationAccumulator> > AccumulatorMap; |
+typedef WillBeHeapHashMap<RawPtrWillBeMember<Node>, RawPtrWillBeMember<ChildListMutationAccumulator>> AccumulatorMap; |
static AccumulatorMap& accumulatorMap() |
{ |