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

Ryosuke Niwa rniwa at webkit.org
Mon Oct 24 17:02:29 PDT 2011


You can go ahead and implement it and submit a patch to bugs.webkit.org.

- Ryosuke

On Mon, Oct 24, 2011 at 4:54 PM, wkdev911 <wkdev911 at gmail.com> wrote:

> 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
>
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20111024/17612006/attachment.html>


More information about the webkit-help mailing list