Sync with trunk head
[reactos.git] / dll / win32 / mshtml / htmltablerow.c
index 862ed75..950535a 100644 (file)
@@ -301,11 +301,7 @@ static const NodeImplVtbl HTMLTableRowImplVtbl = {
 };
 
 static const tid_t HTMLTableRow_iface_tids[] = {
-    IHTMLDOMNode_tid,
-    IHTMLDOMNode2_tid,
-    IHTMLElement_tid,
-    IHTMLElement2_tid,
-    IHTMLElement3_tid,
+    HTMLELEMENT_TIDS,
     IHTMLTableRow_tid,
     0
 };