Added extra assert

git-svn-id: svn://10.0.0.236/trunk@13491 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
1998-10-26 22:18:11 +00:00
parent c4b86b343e
commit 36910f8877

View File

@@ -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);