[PATCH 1/4] mshtml: Added IHTMLElement::put_innerHTML implementation.

Jacek Caban jacek at codeweavers.com
Mon Mar 9 15:24:11 CDT 2009


Alistair Leslie-Hughes wrote:
> Hi Jacek,
>
> Jacek Caban wrote:
>> ---
>>  dlls/mshtml/htmlelem.c  |   33 +++++++++++++++++++++++++++++++--
>>  dlls/mshtml/tests/dom.c |   42 
>> ++++++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 73 insertions(+), 2 deletions(-)
>>
>>
>> static const WCHAR xW[] = {'x',0};
> +    static const WCHAR yW[] = {'x',0};
>> ------------------------------------------------------------------------
> Should this be = {'y', 0}?

You're right, it's a copy&paste typo, thanks.


Jacek



More information about the wine-devel mailing list