diff --git a/mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp b/mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp index 11a72911ad2..357f18320c3 100644 --- a/mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp +++ b/mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp @@ -175,6 +175,7 @@ HRESULT CMozillaBrowser::CreateWebShell() r.x, r.y, r.width, r.height, nsScrollPreference_kAuto, aAllowPlugins); + NG_ASSERT(rv == NS_OK); // Create the container object m_pWebShellContainer = new CWebShellContainer(this);