[webkit-help] DOMHTMLElement::innerHTML is not implemented in windows port

wkdev911 wkdev911 at gmail.com
Mon Oct 24 16:54:26 PDT 2011


Hi,

I need innerHtml to dump html from frame's DOM, but it turned our this is
not implemented in Windows port. Could someone suggest a replacement?


HRESULT STDMETHODCALLTYPE DOMHTMLElement::innerHTML(
        /* [retval][out] */ BSTR* /*result*/)
{
    ASSERT_NOT_REACHED();
    return E_NOTIMPL;
}


Thanks,

Luc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20111024/8ae5df7c/attachment.html>


More information about the webkit-help mailing list