summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h')
-rw-r--r--chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h b/chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h
index bdf9c03bf95..341a5cbda19 100644
--- a/chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h
+++ b/chromium/third_party/blink/renderer/core/dom/mutation_observer_interest_group.h
@@ -75,6 +75,11 @@ class MutationObserverInterestGroup final
&attribute_name);
}
+ MutationObserverInterestGroup(
+ HeapHashMap<Member<MutationObserver>, MutationRecordDeliveryOptions>&
+ observers,
+ MutationRecordDeliveryOptions old_value_flag);
+
bool IsOldValueRequested();
void EnqueueMutationRecord(MutationRecord*);
@@ -86,10 +91,6 @@ class MutationObserverInterestGroup final
MutationType,
MutationRecordDeliveryOptions old_value_flag,
const QualifiedName* attribute_name = nullptr);
- MutationObserverInterestGroup(
- HeapHashMap<Member<MutationObserver>, MutationRecordDeliveryOptions>&
- observers,
- MutationRecordDeliveryOptions old_value_flag);
bool HasOldValue(MutationRecordDeliveryOptions options) {
return options & old_value_flag_;