Jacek Caban : mshtml: Don' t report IHTMLTextContainer as supported in anchor element.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:33:47 CST 2013


Module: wine
Branch: master
Commit: f242d1ba838aa9a911f0919fe50796d8a742616a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f242d1ba838aa9a911f0919fe50796d8a742616a

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Feb 25 12:35:11 2013 +0100

mshtml: Don't report IHTMLTextContainer as supported in anchor element.

---

 dlls/mshtml/htmlanchor.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/htmlanchor.c b/dlls/mshtml/htmlanchor.c
index bfcf466..2b6d818 100644
--- a/dlls/mshtml/htmlanchor.c
+++ b/dlls/mshtml/htmlanchor.c
@@ -686,7 +686,6 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
 static const tid_t HTMLAnchorElement_iface_tids[] = {
     IHTMLAnchorElement_tid,
     HTMLELEMENT_TIDS,
-    IHTMLTextContainer_tid,
     IHTMLUniqueName_tid,
     0
 };




More information about the wine-cvs mailing list