Module: wine Branch: master Commit: f0f4b50e0a1aeef01c0b45f4f9607ff8fbdefb39 URL: https://gitlab.winehq.org/wine/wine/-/commit/f0f4b50e0a1aeef01c0b45f4f9607ff...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Sep 12 18:50:32 2023 +0300
mshtml: Get rid of `outer` in DispatchEx.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/dispex.c | 136 +++++++++++++++---------------------------- dlls/mshtml/htmlattr.c | 3 +- dlls/mshtml/htmlelem.c | 13 ++--- dlls/mshtml/htmlelemcol.c | 3 +- dlls/mshtml/htmlevent.c | 9 ++- dlls/mshtml/htmlimg.c | 3 +- dlls/mshtml/htmllocation.c | 3 +- dlls/mshtml/htmlnode.c | 5 +- dlls/mshtml/htmlselect.c | 3 +- dlls/mshtml/htmlstorage.c | 3 +- dlls/mshtml/htmlstyle.c | 3 +- dlls/mshtml/htmlstylesheet.c | 12 ++-- dlls/mshtml/htmlwindow.c | 3 +- dlls/mshtml/mshtml_private.h | 5 +- dlls/mshtml/mutation.c | 59 +------------------ dlls/mshtml/omnavigator.c | 33 ++++------- dlls/mshtml/range.c | 5 +- dlls/mshtml/selection.c | 3 +- dlls/mshtml/xmlhttprequest.c | 6 +- 19 files changed, 90 insertions(+), 220 deletions(-)