Changed PR_ASSERT to NS_ASSERTION...
git-svn-id: svn://10.0.0.236/trunk@4805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f81e4d3483
commit
4a68238526
@ -648,7 +648,7 @@ WebWidgetImpl::LoadURL(const nsString& aURLSpec,
|
||||
nsresult rv = NS_OK;
|
||||
/// nsIDocumentLoader* DocLoader;
|
||||
|
||||
PR_ASSERT(0);
|
||||
NS_ASSERTION(0, "The Viewer container loads documents now...");
|
||||
|
||||
/// rv = NS_NewDocumentLoader(&DocLoader);
|
||||
/// if (NS_OK == rv) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user