Fix bustage caused by overeager search&replace
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -55,10 +55,10 @@ NS_IMPL_THREADSAFE_ADDREF(nsConsoleService)
|
||||
NS_IMPL_THREADSAFE_RELEASE(nsConsoleService)
|
||||
NS_IMPL_QUERY_INTERFACE2_CI(nsConsoleService,
|
||||
nsIConsoleService,
|
||||
nsIConsoleService_mozilla_BRANCH)
|
||||
nsIConsoleService_MOZILLA_1_8_BRANCH)
|
||||
NS_IMPL_CI_INTERFACE_GETTER2(nsConsoleService,
|
||||
nsIConsoleService,
|
||||
nsIConsoleService_mozilla_BRANCH)
|
||||
nsIConsoleService_MOZILLA_1_8_BRANCH)
|
||||
|
||||
nsConsoleService::nsConsoleService()
|
||||
: mMessages(nsnull), mCurrent(0), mFull(PR_FALSE), mListening(PR_FALSE), mLock(nsnull)
|
||||
|
||||
Reference in New Issue
Block a user