Gabriel Ivăncescu : mshtml: Move node vtbl QI methods around.
Module: wine Branch: master Commit: 6c1c1aaaa1874635b919ed2b4d8e2bae5ced9d66 URL: https://gitlab.winehq.org/wine/wine/-/commit/6c1c1aaaa1874635b919ed2b4d8e2ba... Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Date: Mon Sep 18 18:00:53 2023 +0300 mshtml: Move node vtbl QI methods around. So they're in a consistent ordering for dispex conversion. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/mshtml/htmlbody.c | 32 ++++++++++++------------ dlls/mshtml/htmlcomment.c | 20 +++++++-------- dlls/mshtml/htmlhead.c | 20 +++++++-------- dlls/mshtml/htmlimg.c | 20 +++++++-------- dlls/mshtml/htmlinput.c | 60 ++++++++++++++++++++++----------------------- dlls/mshtml/htmllink.c | 20 +++++++-------- dlls/mshtml/htmlnode.c | 32 ++++++++++++------------ dlls/mshtml/htmlscript.c | 28 ++++++++++----------- dlls/mshtml/htmlselect.c | 10 ++++---- dlls/mshtml/htmlstyleelem.c | 26 ++++++++++---------- dlls/mshtml/htmltable.c | 44 ++++++++++++++++----------------- dlls/mshtml/htmltextarea.c | 28 ++++++++++----------- dlls/mshtml/htmltextnode.c | 14 +++++------ 13 files changed, 177 insertions(+), 177 deletions(-)
participants (1)
-
Alexandre Julliard