bug=31123
a=edburns r=bruce Folks, don't EVER use NULL in your c++ code. Use nsnull instead. git-svn-id: svn://10.0.0.236/trunk@62456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -39,7 +39,7 @@ void addDocumentLoadListener(JNIEnv *env, WebShellInitContext *initContext,
|
||||
}
|
||||
|
||||
if (initContext->initComplete) {
|
||||
// Assert (NULL != initContext->nativeEventThread)
|
||||
// Assert (nsnull != initContext->nativeEventThread)
|
||||
|
||||
// create the c++ "peer" for the DocumentLoadListener, which is an
|
||||
// nsIDocumentLoaderObserver.
|
||||
|
||||
Reference in New Issue
Block a user