| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 9a2c59156bb01e8c37d111c07fed8691376519ea..b0e75c24a680724d54d2db83f1060f6249095b9c 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2854,8 +2854,6 @@
|
| if (OwnPtrWillBeRawPtr<MutationObserverInterestGroup> recipients = MutationObserverInterestGroup::createForAttributesMutation(*this, name))
|
| recipients->enqueueMutationRecord(MutationRecord::createAttributes(this, name, oldValue));
|
|
|
| - attributeWillChange(name, oldValue, newValue);
|
| -
|
| InspectorInstrumentation::willModifyDOMAttr(this, oldValue, newValue);
|
| }
|
|
|
|
|