Module: wine Branch: master Commit: 9ea3493cb690e93756e874dbc29fdc690fa4715e URL: https://gitlab.winehq.org/wine/wine/-/commit/9ea3493cb690e93756e874dbc29fdc6...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Thu Nov 2 16:11:19 2023 +0200
mshtml: Keep refs from the Attributes and AttributeCollection to the Element.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlanchor.c | 4 ++-- dlls/mshtml/htmlarea.c | 4 ++-- dlls/mshtml/htmlattr.c | 12 +++++++++- dlls/mshtml/htmlbody.c | 4 ++-- dlls/mshtml/htmlcomment.c | 4 ++-- dlls/mshtml/htmlelem.c | 54 ++++++++++++++++++++++++++------------------ dlls/mshtml/htmlform.c | 4 ++-- dlls/mshtml/htmlframe.c | 4 ++-- dlls/mshtml/htmlgeneric.c | 4 ++-- dlls/mshtml/htmlhead.c | 16 ++++++------- dlls/mshtml/htmlimg.c | 4 ++-- dlls/mshtml/htmlinput.c | 12 +++++----- dlls/mshtml/htmllink.c | 4 ++-- dlls/mshtml/htmlobject.c | 8 +++---- dlls/mshtml/htmlscript.c | 4 ++-- dlls/mshtml/htmlselect.c | 8 +++---- dlls/mshtml/htmlstyleelem.c | 4 ++-- dlls/mshtml/htmltable.c | 12 +++++----- dlls/mshtml/htmltextarea.c | 4 ++-- dlls/mshtml/mshtml_private.h | 2 ++ dlls/mshtml/svg.c | 16 ++++++------- 21 files changed, 105 insertions(+), 83 deletions(-)