19 Nov
2025
19 Nov
'25
6:48 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlcurstyle.c:
.disp_tid = DispHTMLCurrentStyle_tid, .iface_tids = MSCurrentStyleCSSProperties_iface_tids, .init_info = MSCurrentStyleCSSProperties_init_dispex_info, + .js_flags = HOSTOBJ_VOLATILE_PROPS
Could we just set the flag based on the presence of `get_dispid`/`find_dispid` in `init_host_object` instead of specifying it separately? That’s fine if we have use cases that need a different condition, but for this patch it doesn’t seem necessary. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9516#note_122981