[PATCH 9/9] mshtml: Don't set no_event_obj for XHR events.

Jacek Caban <[email protected]>
Newsgroups gmane.comp.emulators.wine.patches
Message-ID <[email protected]>
It's no longer needed.

Signed-off-by: Jacek Caban <[email protected]>
---
 dlls/mshtml/xmlhttprequest.c | 1 -
 1 file changed, 1 deletion(-)
0009-mshtml-Don-t-set-no_event_obj-for-XHR-events.diff (text/x-patch, 521 B)
diff --git a/dlls/mshtml/xmlhttprequest.c b/dlls/mshtml/xmlhttprequest.c
index a107fa2341..bbe28335ca 100644
--- a/dlls/mshtml/xmlhttprequest.c
+++ b/dlls/mshtml/xmlhttprequest.c
@@ -194,7 +194,6 @@ static nsresult NSAPI XMLHttpReqEventListener_HandleEvent(nsIDOMEventListener *i
 
     hres = create_event_from_nsevent(nsevent, &event);
     if(SUCCEEDED(hres) ){
-        event->no_event_obj = TRUE;
         dispatch_event(&This->xhr->event_target, event);
         IDOMEvent_Release(&event->IDOMEvent_iface);
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.