Module: wine Branch: master Commit: 3c92edfdf2fd9d47fd5e9fd2aa65eb8a55787a01 URL: https://gitlab.winehq.org/wine/wine/-/commit/3c92edfdf2fd9d47fd5e9fd2aa65eb8...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Aug 1 19:45:24 2023 +0300
mshtml: Introduce unlink_ref helper.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlanchor.c | 8 +----- dlls/mshtml/htmlarea.c | 8 +----- dlls/mshtml/htmlbody.c | 7 +---- dlls/mshtml/htmldoc.c | 18 +++--------- dlls/mshtml/htmlform.c | 8 +----- dlls/mshtml/htmlframe.c | 16 ++--------- dlls/mshtml/htmlimg.c | 8 +----- dlls/mshtml/htmlinput.c | 16 ++--------- dlls/mshtml/htmllink.c | 8 +----- dlls/mshtml/htmlnode.c | 7 +---- dlls/mshtml/htmlobject.c | 8 +----- dlls/mshtml/htmlscript.c | 8 +----- dlls/mshtml/htmlselect.c | 16 ++--------- dlls/mshtml/htmlstyleelem.c | 14 ++-------- dlls/mshtml/htmltable.c | 24 ++-------------- dlls/mshtml/htmltextarea.c | 8 +----- dlls/mshtml/mshtml_private.h | 10 +++++++ dlls/mshtml/navigate.c | 16 ++--------- dlls/mshtml/nsembed.c | 11 ++------ dlls/mshtml/nsevents.c | 5 +--- dlls/mshtml/nsio.c | 65 ++++++++------------------------------------ dlls/mshtml/oleobj.c | 48 +++++++------------------------- dlls/mshtml/persist.c | 12 ++------ dlls/mshtml/pluginhost.c | 17 ++---------- dlls/mshtml/script.c | 11 ++------ dlls/mshtml/view.c | 5 +--- 26 files changed, 70 insertions(+), 312 deletions(-)