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
