Index: Source/WebCore/dom/Element.cpp |
diff --git a/Source/WebCore/dom/Element.cpp b/Source/WebCore/dom/Element.cpp |
index 1958bfbf6b9e754a5bbe399cfa84d6c538abe7f7..584904a70bc23e2502fa75d6b5b14845253b1d02 100644 |
--- a/Source/WebCore/dom/Element.cpp |
+++ b/Source/WebCore/dom/Element.cpp |
@@ -2672,9 +2672,7 @@ void Element::willModifyAttribute(const QualifiedName& name, const AtomicString& |
if (OwnPtr<MutationObserverInterestGroup> recipients = MutationObserverInterestGroup::createForAttributesMutation(this, name)) |
recipients->enqueueMutationRecord(MutationRecord::createAttributes(this, name, oldValue)); |
-#if ENABLE(INSPECTOR) |
InspectorInstrumentation::willModifyDOMAttr(document(), this, oldValue, newValue); |
-#endif |
} |
void Element::didAddAttribute(const QualifiedName& name, const AtomicString& value) |