mshtml: Added missing tids to HTMLCommentElement.

oldstable
Jacek Caban 2008-06-18 00:11:03 +02:00 committed by Alexandre Julliard
parent da4608227f
commit 210d6a0abb
1 changed files with 4 additions and 0 deletions

View File

@ -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
};