Module: wine Branch: master Commit: 02e03a64fa154a07acb8c8c1eee8d9c213789621 URL: https://gitlab.winehq.org/wine/wine/-/commit/02e03a64fa154a07acb8c8c1eee8d9c...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Sep 19 17:26:14 2023 +0300
mshtml: Use the dispex's query_interface for the remaining nodes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlanchor.c | 12 ++++------ dlls/mshtml/htmlarea.c | 8 +++---- dlls/mshtml/htmlbody.c | 12 ++++------ dlls/mshtml/htmlcomment.c | 13 +++++++---- dlls/mshtml/htmldoc.c | 4 ++-- dlls/mshtml/htmlelem.c | 12 ++++------ dlls/mshtml/htmlevent.h | 1 - dlls/mshtml/htmlform.c | 12 ++++------ dlls/mshtml/htmlframe.c | 14 ++++++------ dlls/mshtml/htmlgeneric.c | 12 +++++----- dlls/mshtml/htmlhead.c | 52 ++++++++++++++++++++------------------------ dlls/mshtml/htmlimg.c | 8 +++---- dlls/mshtml/htmlinput.c | 36 ++++++++++++------------------ dlls/mshtml/htmllink.c | 8 +++---- dlls/mshtml/htmlnode.c | 6 ----- dlls/mshtml/htmlobject.c | 28 +++++++++--------------- dlls/mshtml/htmlscript.c | 12 ++++------ dlls/mshtml/htmlselect.c | 24 +++++++------------- dlls/mshtml/htmlstyleelem.c | 12 ++++------ dlls/mshtml/htmltable.c | 36 ++++++++++-------------------- dlls/mshtml/htmltextarea.c | 12 ++++------ dlls/mshtml/htmltextnode.c | 2 +- dlls/mshtml/mshtml_private.h | 4 +--- dlls/mshtml/svg.c | 48 ++++++++++++++++++++-------------------- 24 files changed, 158 insertions(+), 230 deletions(-)