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:
gavin%gavinsharp.com
2006-07-25 21:18:24 +00:00
parent b8c703e39d
commit e399a66990
3 changed files with 5 additions and 5 deletions

View File

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