Module: wine Branch: master Commit: c345023efe0c7e7927bee00f6dcbdde711cad4d0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c345023efe0c7e7927bee00f6d...
Author: Jacek Caban jacek@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)) {