Commit 210d6a0a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added missing tids to HTMLCommentElement.

parent da460822
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment