mshtml: Fix HTMLDocument3_get_documentElement to get the right nsIDOMNode.

Robert Shearman rob at codeweavers.com
Sun Jun 24 03:19:24 CDT 2007


The one that the nsIDOMHTMLDocument inherits from doesn't implement 
nsIDOMHTMLElement, which we need for our HTMLElement implementation, so 
use nsIDOMHTMLDocument_GetDocumentElement to get one that does.
---
  dlls/mshtml/htmldoc3.c |    8 +++++++-
  1 files changed, 7 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3d6b60c689d84d4fc2e0880f62caa1f1313cbd22.diff
Type: text/x-patch
Size: 1042 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070624/476ea775/3d6b60c689d84d4fc2e0880f62caa1f1313cbd22-0001.bin


More information about the wine-patches mailing list