| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index b0b07eb1aeff28a2aa0bfc1f950aafa6d18b7bf6..ea32fe06aae8d5c593de7d6710e43ae867a353ca 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2861,6 +2861,7 @@ void Element::didModifyAttribute(const QualifiedName& name, const AtomicString&
|
|
|
| void Element::didRemoveAttribute(const QualifiedName& name)
|
| {
|
| + RefPtrWillBeRawPtr<Element> protect(this);
|
| attributeChanged(name, nullAtom);
|
| InspectorInstrumentation::didRemoveDOMAttr(this, name.localName());
|
| dispatchSubtreeModifiedEvent();
|
|
|