Module: wine Branch: master Commit: 9550189b4f6ee6835cd666ad502e3c403408bd99 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9550189b4f6ee6835cd666ad50...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Sep 30 10:14:14 2014 +0200
mshtml: Removed no longer needed assert.
---
dlls/mshtml/htmlframebase.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/mshtml/htmlframebase.c b/dlls/mshtml/htmlframebase.c index 92421b5..9808379 100644 --- a/dlls/mshtml/htmlframebase.c +++ b/dlls/mshtml/htmlframebase.c @@ -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; } }