Module: wine Branch: master Commit: 210d6a0abbfca8d4937d1db9f5d436392b26beb5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=210d6a0abbfca8d4937d1db9f5...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jun 18 00:11:03 2008 +0200
mshtml: Added missing tids to HTMLCommentElement.
---
dlls/mshtml/htmlcomment.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/htmlcomment.c b/dlls/mshtml/htmlcomment.c index b006dbb..5e7fa1e 100644 --- a/dlls/mshtml/htmlcomment.c +++ b/dlls/mshtml/htmlcomment.c @@ -176,6 +176,10 @@ static const NodeImplVtbl HTMLCommentElementImplVtbl = { };
static const tid_t HTMLCommentElement_iface_tids[] = { + IHTMLDOMNode_tid, + IHTMLDOMNode2_tid, + IHTMLElement_tid, + IHTMLElement2_tid, IHTMLCommentElement_tid, 0 };