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 <[email protected]> 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
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to