Module: wine Branch: master Commit: b5f48369bb0ea2089ac0049638ab78e4ca83dcaa URL: https://gitlab.winehq.org/wine/wine/-/commit/b5f48369bb0ea2089ac0049638ab78e...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Oct 25 16:54:02 2022 +0300
mshtml: Get rid of the HTMLDocument basedoc.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/binding.h | 2 +- dlls/mshtml/htmlbody.c | 2 +- dlls/mshtml/htmldoc.c | 11 ++++--- dlls/mshtml/htmlelem.c | 3 +- dlls/mshtml/htmlwindow.c | 6 ++-- dlls/mshtml/mshtml_private.h | 9 ++---- dlls/mshtml/mutation.c | 8 ++--- dlls/mshtml/navigate.c | 6 ++-- dlls/mshtml/nsembed.c | 2 +- dlls/mshtml/nsevents.c | 10 +++---- dlls/mshtml/nsio.c | 2 +- dlls/mshtml/olecmd.c | 14 ++++----- dlls/mshtml/oleobj.c | 69 ++++++++++++++++++++++---------------------- dlls/mshtml/persist.c | 32 ++++++++++---------- dlls/mshtml/pluginhost.c | 4 +-- dlls/mshtml/service.c | 2 +- 16 files changed, 87 insertions(+), 95 deletions(-)