mshtml: Added missing tids to HTMLCommentElement.
authorJacek Caban <jacek@codeweavers.com>
Tue, 17 Jun 2008 22:11:03 +0000 (00:11 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Jun 2008 13:59:24 +0000 (15:59 +0200)
dlls/mshtml/htmlcomment.c

index b006dbbb3a700549bc0a98ca20bf01367aa3687b..5e7fa1e6dfc6a3dd4e0e0a93e0e10c18f816e021 100644 (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
 };