[MSHTML]
[reactos.git] / reactos / dll / win32 / mshtml / htmltable.c
index 6357f77..1286952 100644 (file)
@@ -558,11 +558,7 @@ static const NodeImplVtbl HTMLTableImplVtbl = {
 };
 
 static const tid_t HTMLTable_iface_tids[] = {
-    IHTMLDOMNode_tid,
-    IHTMLDOMNode2_tid,
-    IHTMLElement_tid,
-    IHTMLElement2_tid,
-    IHTMLElement3_tid,
+    HTMLELEMENT_TIDS,
     IHTMLTable_tid,
     0
 };