X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fdom%2FElement.h;h=3f4cf4db601ada5c13ce69a18585ad1d0605e667;hp=53a51cc643c77be01ca2a6a81263552c2687637b;hb=2fc542d8b7a4f8bf55433a75a4b3208a0867ce45;hpb=98bf0097db55f803172b2ce78538b524e2f9b468 diff --git a/Source/WebCore/dom/Element.h b/Source/WebCore/dom/Element.h index 53a51cc..3f4cf4d 100644 --- a/Source/WebCore/dom/Element.h +++ b/Source/WebCore/dom/Element.h @@ -312,6 +312,8 @@ public: WEBCORE_EXPORT void setTabIndex(int); virtual RefPtr focusDelegate(); + ExceptionOr insertAdjacentHTML(const String& where, const String& html, std::optional addedNodes); + WEBCORE_EXPORT ExceptionOr insertAdjacentElement(const String& where, Element& newChild); WEBCORE_EXPORT ExceptionOr insertAdjacentHTML(const String& where, const String& html); WEBCORE_EXPORT ExceptionOr insertAdjacentText(const String& where, const String& text);