mshtml: Don't report IHTMLTextContainer as supported in anchor element.
This commit is contained in:
parent
a3277ed666
commit
f242d1ba83
|
@ -686,7 +686,6 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
|
|||
static const tid_t HTMLAnchorElement_iface_tids[] = {
|
||||
IHTMLAnchorElement_tid,
|
||||
HTMLELEMENT_TIDS,
|
||||
IHTMLTextContainer_tid,
|
||||
IHTMLUniqueName_tid,
|
||||
0
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue