From 9550189b4f6ee6835cd666ad502e3c403408bd99 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 30 Sep 2014 10:14:14 +0200 Subject: [PATCH] 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 92421b54b4c..980837924a0 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; } } -- 2.11.4.GIT