Module: wine Branch: master Commit: 62c7dd0576dc0c0cd8f0f667922be6d1df928b62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=62c7dd0576dc0c0cd8f0f66792...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Oct 18 16:39:40 2017 +0200
mshtml: Always use event target as script this in call_event_handlers.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/htmlelem.c | 2 +- dlls/mshtml/htmlevent.c | 24 ++++++++++-------------- dlls/mshtml/htmlevent.h | 4 ++-- dlls/mshtml/htmlwindow.c | 2 +- dlls/mshtml/nsembed.c | 2 +- dlls/mshtml/nsevents.c | 10 +++++----- dlls/mshtml/persist.c | 4 ++-- dlls/mshtml/script.c | 4 ++-- dlls/mshtml/xmlhttprequest.c | 3 +-- 9 files changed, 25 insertions(+), 30 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=62c7dd0576dc0c0cd8f0f6...