Index: Source/core/inspector/InspectorDOMAgent.h |
diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
index a47d499f4ae1282786fe1ee1417e2cf277d92c43..9425a351d5ea0ea5c17863bb5f6e532fd8eae549 100644 |
--- a/Source/core/inspector/InspectorDOMAgent.h |
+++ b/Source/core/inspector/InspectorDOMAgent.h |
@@ -175,8 +175,8 @@ public: |
void didInsertDOMNode(Node*); |
void willRemoveDOMNode(Node*); |
void willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue); |
- void didModifyDOMAttr(Element*, const String& name, const AtomicString& value); |
- void didRemoveDOMAttr(Element*, const String& name); |
+ void didModifyDOMAttr(Element*, const QualifiedName&, const AtomicString& value); |
+ void didRemoveDOMAttr(Element*, const QualifiedName&); |
void styleAttributeInvalidated(const WillBeHeapVector<RawPtrWillBeMember<Element> >& elements); |
void contentDistributionInvalidated(const WillBeHeapVector<RawPtrWillBeMember<Element> >& elements); |
void characterDataModified(CharacterData*); |