| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index 0c491557b80f318a245d3b0b568f131f9ee2400f..2f785864e965acf7fd723150ad610ae6007fe8cb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -1961,7 +1961,7 @@ static inline void collectMatchingObserversForMutation(
|
| registration->deliveryOptions();
|
| HeapHashMap<Member<MutationObserver>,
|
| MutationRecordDeliveryOptions>::AddResult result =
|
| - observers.add(®istration->observer(), deliveryOptions);
|
| + observers.insert(®istration->observer(), deliveryOptions);
|
| if (!result.isNewEntry)
|
| result.storedValue->value |= deliveryOptions;
|
| }
|
|
|