Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index b75229f13b3e6a94de36482d83c0ec902731dbdb..71ba5bf2070a3508be28a30f07a9a1e896edb11c 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -87,10 +87,10 @@ interface InspectorInstrumentation { |
void willModifyDOMAttr([Keep] Element*, const AtomicString& oldValue, const AtomicString& newValue); |
[DOM, Inline=FastReturn] |
- void didModifyDOMAttr([Keep] Element*, const String& name, const AtomicString& value); |
+ void didModifyDOMAttr([Keep] Element*, const QualifiedName& name, const AtomicString& value); |
[DOM, Inline=FastReturn] |
- void didRemoveDOMAttr([Keep] Element*, const String& name); |
+ void didRemoveDOMAttr([Keep] Element*, const QualifiedName& name); |
[DOM, Inline=FastReturn] |
void characterDataModified([Keep] CharacterData*); |