http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da46082
)
mshtml: Added missing tids to HTMLCommentElement.
author
Jacek Caban
<jacek@codeweavers.com>
Tue, 17 Jun 2008 22:11:03 +0000
(
00:11
+0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 18 Jun 2008 13:59:24 +0000
(15:59 +0200)
dlls/mshtml/htmlcomment.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/htmlcomment.c
b/dlls/mshtml/htmlcomment.c
index b006dbbb3a700549bc0a98ca20bf01367aa3687b..5e7fa1e6dfc6a3dd4e0e0a93e0e10c18f816e021 100644
(file)
--- a/
dlls/mshtml/htmlcomment.c
+++ b/
dlls/mshtml/htmlcomment.c
@@
-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
};