X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Finspector%2Fagents%2FInspectorDOMAgent.h;h=5fc544600d1dfca19883e09da702c88a1ffb8b4f;hp=d942eff560467801642973a0144d42d01545d72e;hb=2fc542d8b7a4f8bf55433a75a4b3208a0867ce45;hpb=98bf0097db55f803172b2ce78538b524e2f9b468 diff --git a/Source/WebCore/inspector/agents/InspectorDOMAgent.h b/Source/WebCore/inspector/agents/InspectorDOMAgent.h index d942eff..5fc5446 100644 --- a/Source/WebCore/inspector/agents/InspectorDOMAgent.h +++ b/Source/WebCore/inspector/agents/InspectorDOMAgent.h @@ -121,6 +121,7 @@ public: void setNodeName(ErrorString&, int nodeId, const String& name, int* newId) override; void getOuterHTML(ErrorString&, int nodeId, WTF::String* outerHTML) override; void setOuterHTML(ErrorString&, int nodeId, const String& outerHTML) override; + void insertAdjacentHTML(ErrorString&, int nodeId, const String& position, const String& html) override; void setNodeValue(ErrorString&, int nodeId, const String& value) override; void getEventListenersForNode(ErrorString&, int nodeId, const WTF::String* const objectGroup, RefPtr>& listenersArray) override; void setEventListenerDisabled(ErrorString&, int eventListenerId, bool disabled) override;