Commit c345023e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added more traces to nsDocumentObserver_BindToDocument.

parent e8e97f16
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment