Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
29 Nov
2024
29 Nov
'24
5 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h:
/* Used by objects that want to delay their compat mode initialization until actually needed */ HTMLInnerWindow *(*get_script_global)(DispatchEx*); + dispex_static_data_t *(*get_dispex_data)(DispatchEx*);
Could we just extend `get_script_global` instead? Other than document objects, it's used only for windows anyways. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89248
384
Age (days ago)
384
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)