Jacek Caban : mshtml: Added more traces to nsDocumentObserver_BindToDocument.

Alexandre Julliard julliard at winehq.org
Fri Jan 10 13:22:47 CST 2014


Module: wine
Branch: master
Commit: c345023efe0c7e7927bee00f6dcbdde711cad4d0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c345023efe0c7e7927bee00f6dcbdde711cad4d0

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Jan 10 16:27:58 2014 +0100

mshtml: Added more traces to nsDocumentObserver_BindToDocument.

---

 dlls/mshtml/mutation.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/mutation.c b/dlls/mshtml/mutation.c
index 7eb53d3..23b37b5 100644
--- a/dlls/mshtml/mutation.c
+++ b/dlls/mshtml/mutation.c
@@ -642,7 +642,7 @@ static void NSAPI nsDocumentObserver_BindToDocument(nsIDocumentObserver *iface,
     nsIDOMElement *nselem;
     nsresult nsres;
 
-    TRACE("(%p)\n", This);
+    TRACE("(%p)->(%p %p)\n", This, aDocument, aContent);
 
     nsres = nsIContent_QueryInterface(aContent, &IID_nsIDOMElement, (void**)&nselem);
     if(NS_SUCCEEDED(nsres)) {




More information about the wine-cvs mailing list