From e399a669905d17296c5e8cd8c200e67c3d4ce206 Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Tue, 25 Jul 2006 21:18:24 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/base/nsConsoleService.cpp | 4 ++-- mozilla/xpcom/base/nsConsoleService.h | 4 ++-- mozilla/xpcom/base/nsIConsoleService.idl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/xpcom/base/nsConsoleService.cpp b/mozilla/xpcom/base/nsConsoleService.cpp index da828926c3b..2724138d4c0 100644 --- a/mozilla/xpcom/base/nsConsoleService.cpp +++ b/mozilla/xpcom/base/nsConsoleService.cpp @@ -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) diff --git a/mozilla/xpcom/base/nsConsoleService.h b/mozilla/xpcom/base/nsConsoleService.h index 4e2f3970858..078f370edd4 100644 --- a/mozilla/xpcom/base/nsConsoleService.h +++ b/mozilla/xpcom/base/nsConsoleService.h @@ -48,7 +48,7 @@ #include "nsIConsoleService.h" -class nsConsoleService : public nsIConsoleService_mozilla_BRANCH +class nsConsoleService : public nsIConsoleService_MOZILLA_1_8_BRANCH { public: nsConsoleService(); @@ -56,7 +56,7 @@ public: NS_DECL_ISUPPORTS NS_DECL_NSICONSOLESERVICE - NS_DECL_NSICONSOLESERVICE_mozilla_BRANCH + NS_DECL_NSICONSOLESERVICE_MOZILLA_1_8_BRANCH private: ~nsConsoleService(); diff --git a/mozilla/xpcom/base/nsIConsoleService.idl b/mozilla/xpcom/base/nsIConsoleService.idl index f1ce9366bfb..611e1386f94 100644 --- a/mozilla/xpcom/base/nsIConsoleService.idl +++ b/mozilla/xpcom/base/nsIConsoleService.idl @@ -79,7 +79,7 @@ interface nsIConsoleService : nsISupports * @status TEMPORARY */ [scriptable, uuid(3c3f3e30-ebd5-11da-8ad9-0800200c9a66)] -interface nsIConsoleService_mozilla_BRANCH : nsIConsoleService +interface nsIConsoleService_MOZILLA_1_8_BRANCH : nsIConsoleService { /** * Clear the message buffer (e.g. for privacy reasons).