mshtml: Removed no longer needed assert.

This commit is contained in:
Jacek Caban 2014-09-30 10:14:14 +02:00 committed by Alexandre Julliard
parent fc38aea9ba
commit 9550189b4f
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ void HTMLFrameBase_Init(HTMLFrameBase *This, HTMLDocumentNode *doc, nsIDOMHTMLEl
nsres = nsIDOMHTMLElement_QueryInterface(nselem, &IID_nsIDOMHTMLIFrameElement, (void**)&This->nsiframe);
assert(nsres == NS_OK);
}else {
assert((nsIDOMNode*)This->nsframe == This->element.node.nsnode);
This->nsiframe = NULL;
}
}